Lines Matching refs:UDAT_FIELD_COUNT
278 uprv_malloc(UDAT_FIELD_COUNT * sizeof(const SharedNumberFormat*)); in allocSharedNumberFormatters()
282 for (int32_t i = 0; i < UDAT_FIELD_COUNT; ++i) { in allocSharedNumberFormatters()
289 for (int32_t i = 0; i < UDAT_FIELD_COUNT; ++i) { in freeSharedNumberFormatters()
341 U_ASSERT(idx < UDAT_FIELD_COUNT); in get()
350 SimpleDateFormatMutableNFNode nodes[UDAT_FIELD_COUNT + 1];
641 for (int32_t i = 0; i < UDAT_FIELD_COUNT; ++i) { in operator =()
1348 if (patternCharIndex == UDAT_FIELD_COUNT) { in processOverrideString()
1394 if (patternCharIndex == UDAT_FIELD_COUNT) in subFormat()
1861 if (patternCharIndex == UDAT_FIELD_COUNT) { in adoptNumberFormat()
1877 if (index == UDAT_FIELD_COUNT) { in getNumberFormatForField()
1917 if (f == UDAT_FIELD_COUNT) { in isAtNumericField()
1934 if (f == UDAT_FIELD_COUNT) { in isAfterNonNumericField()
2469 if (patternCharIndex != UDAT_FIELD_COUNT) { in matchLiterals()
2611 if (patternCharIndex == UDAT_FIELD_COUNT) { in subParse()