• Home
  • Raw
  • Download

Lines Matching refs:customFormatArgStarts

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