Lines Matching refs:UDAT_FIELD_COUNT
282 uprv_malloc(UDAT_FIELD_COUNT * sizeof(const SharedNumberFormat*)); in allocSharedNumberFormatters()
286 for (int32_t i = 0; i < UDAT_FIELD_COUNT; ++i) { in allocSharedNumberFormatters()
293 for (int32_t i = 0; i < UDAT_FIELD_COUNT; ++i) { in freeSharedNumberFormatters()
345 U_ASSERT(idx < UDAT_FIELD_COUNT); in get()
354 SimpleDateFormatMutableNFNode nodes[UDAT_FIELD_COUNT + 1];
645 for (int32_t i = 0; i < UDAT_FIELD_COUNT; ++i) { in operator =()
1370 if (patternCharIndex == UDAT_FIELD_COUNT) { in processOverrideString()
1416 if (patternCharIndex == UDAT_FIELD_COUNT) in subFormat()
1884 if (patternCharIndex == UDAT_FIELD_COUNT) { in adoptNumberFormat()
1900 if (index == UDAT_FIELD_COUNT) { in getNumberFormatForField()
1940 if (f == UDAT_FIELD_COUNT) { in isAtNumericField()
1957 if (f == UDAT_FIELD_COUNT) { in isAfterNonNumericField()
2492 if (patternCharIndex != UDAT_FIELD_COUNT) { in matchLiterals()
2634 if (patternCharIndex == UDAT_FIELD_COUNT) { in subParse()