UErrorCode status = U_ZERO_ERROR;
- if(available != NULL)
+ if (available != NULL)
*available = ((AlphabeticIndex *) index)->nextBucket(status);
else
((AlphabeticIndex *) index)->nextBucket(status);
UErrorCode status = U_ZERO_ERROR;
- if(available != NULL)
+ if (available != NULL)
*available = ((AlphabeticIndex *) index)->nextRecord(status);
else
((AlphabeticIndex *) index)->nextRecord(status);
*record_name = strdup(_record_name_string.c_str());
retv_if(*record_name == NULL, I18N_ERROR_OUT_OF_MEMORY);
- if(_record_name.isEmpty()) {
+ if (_record_name.isEmpty()) {
free(*record_name);
*record_name = NULL;
return I18N_ERROR_INDEX_OUTOFBOUNDS;