Home
last modified time | relevance | path

Searched refs:formatChar (Results 1 – 2 of 2) sorted by relevance

/external/icu4c/i18n/unicode/
Dsmpdtfmt.h946 static UBool isNumeric(UChar formatChar, int32_t count);
/external/icu4c/i18n/
Dsmpdtfmt.cpp1572 UBool SimpleDateFormat::isNumeric(UChar formatChar, int32_t count) { in isNumeric() argument
1573 return DateFormatSymbols::isNumericPatternChar(formatChar, count); in isNumeric()