Lines Matching refs:customFormatArgStarts

243   customFormatArgStarts(NULL),  in MessageFormat()
265 customFormatArgStarts(NULL), in MessageFormat()
288 customFormatArgStarts(NULL), in MessageFormat()
310 customFormatArgStarts(NULL), in MessageFormat()
325 uhash_close(customFormatArgStarts); in ~MessageFormat()
404 if ((customFormatArgStarts == NULL) != (that.customFormatArgStarts == NULL)) { in operator ==()
407 if (customFormatArgStarts == NULL) { in operator ==()
412 const int32_t count = uhash_count(customFormatArgStarts); in operator ==()
413 const int32_t rhs_count = uhash_count(that.customFormatArgStarts); in operator ==()
419 const UHashElement* cur = uhash_nextElement(customFormatArgStarts, &pos); in operator ==()
420 const UHashElement* rhs_cur = uhash_nextElement(that.customFormatArgStarts, &rhs_pos); in operator ==()
501 uhash_close(customFormatArgStarts); in resetPattern()
502 customFormatArgStarts = NULL; in resetPattern()
523 if ((customFormatArgStarts != NULL && 0 != uhash_count(customFormatArgStarts)) || in toPattern()
583 if (customFormatArgStarts == NULL) { in setCustomArgStartFormat()
584 customFormatArgStarts=uhash_open(uhash_hashLong, uhash_compareLong, in setCustomArgStartFormat()
587 uhash_iputi(customFormatArgStarts, argStart, 1, &status); in setCustomArgStartFormat()
616 if (customFormatArgStarts != NULL) { in adoptFormats()
617 uhash_removeAll(customFormatArgStarts); in adoptFormats()
649 if (customFormatArgStarts != NULL) { in setFormats()
650 uhash_removeAll(customFormatArgStarts); in setFormats()
1321 if (customFormatArgStarts != NULL) { in copyObjects()
1322 uhash_removeAll(customFormatArgStarts); in copyObjects()
1347 if (that.customFormatArgStarts) { in copyObjects()
1348 if (customFormatArgStarts == NULL) { in copyObjects()
1349 customFormatArgStarts=uhash_open(uhash_hashLong, uhash_compareLong, in copyObjects()
1352 const int32_t count = uhash_count(that.customFormatArgStarts); in copyObjects()
1355 const UHashElement* cur = uhash_nextElement(that.customFormatArgStarts, &pos); in copyObjects()
1356 uhash_iputi(customFormatArgStarts, cur->key.integer, cur->value.integer, &ec); in copyObjects()
1584 if (customFormatArgStarts != NULL) { in cacheExplicitFormats()
1585 uhash_removeAll(customFormatArgStarts); in cacheExplicitFormats()