Home | History | Annotate | Download | only in i18n

Lines Matching refs:customFormatArgStarts

246   customFormatArgStarts(NULL),
268 customFormatArgStarts(NULL),
291 customFormatArgStarts(NULL),
313 customFormatArgStarts(NULL),
328 uhash_close(customFormatArgStarts);
407 if ((customFormatArgStarts == NULL) != (that.customFormatArgStarts == NULL)) {
410 if (customFormatArgStarts == NULL) {
415 const int32_t count = uhash_count(customFormatArgStarts);
416 const int32_t rhs_count = uhash_count(that.customFormatArgStarts);
422 const UHashElement* cur = uhash_nextElement(customFormatArgStarts, &pos);
423 const UHashElement* rhs_cur = uhash_nextElement(that.customFormatArgStarts, &rhs_pos);
504 uhash_close(customFormatArgStarts);
505 customFormatArgStarts = NULL;
526 if ((customFormatArgStarts != NULL && 0 != uhash_count(customFormatArgStarts)) ||
586 if (customFormatArgStarts == NULL) {
587 customFormatArgStarts=uhash_open(uhash_hashLong, uhash_compareLong,
590 uhash_iputi(customFormatArgStarts, argStart, 1, &status);
619 if (customFormatArgStarts != NULL) {
620 uhash_removeAll(customFormatArgStarts);
652 if (customFormatArgStarts != NULL) {
653 uhash_removeAll(customFormatArgStarts);
1324 if (customFormatArgStarts != NULL) {
1325 uhash_removeAll(customFormatArgStarts);
1350 if (that.customFormatArgStarts) {
1351 if (customFormatArgStarts == NULL) {
1352 customFormatArgStarts=uhash_open(uhash_hashLong, uhash_compareLong,
1355 const int32_t count = uhash_count(that.customFormatArgStarts);
1358 const UHashElement* cur = uhash_nextElement(that.customFormatArgStarts, &pos);
1359 uhash_iputi(customFormatArgStarts, cur->key.integer, cur->value.integer, &ec);
1587 if (customFormatArgStarts != NULL) {
1588 uhash_removeAll(customFormatArgStarts);