Lines Matching refs:UDAT_FIELD_COUNT
291 uprv_malloc(UDAT_FIELD_COUNT * sizeof(const SharedNumberFormat*)); in allocSharedNumberFormatters()
295 for (int32_t i = 0; i < UDAT_FIELD_COUNT; ++i) { in allocSharedNumberFormatters()
302 for (int32_t i = 0; i < UDAT_FIELD_COUNT; ++i) { in freeSharedNumberFormatters()
606 for (int32_t i = 0; i < UDAT_FIELD_COUNT; ++i) { in operator =()
1372 if (patternCharIndex == UDAT_FIELD_COUNT) { in processOverrideString()
1417 if (patternCharIndex == UDAT_FIELD_COUNT) in subFormat()
2024 if (patternCharIndex == UDAT_FIELD_COUNT) { in adoptNumberFormat()
2040 if (index == UDAT_FIELD_COUNT) { in getNumberFormatForField()
2122 if (f == UDAT_FIELD_COUNT) { in isAtNumericField()
2139 if (f == UDAT_FIELD_COUNT) { in isAfterNonNumericField()
2769 if (patternCharIndex != UDAT_FIELD_COUNT) { in matchLiterals()
2911 if (patternCharIndex == UDAT_FIELD_COUNT) { in subParse()