Home
last modified time | relevance | path

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

/external/icu4c/i18n/unicode/
Dsmpdtfmt.h674 static UBool isNumeric(UChar formatChar, int32_t count);
/external/icu4c/i18n/
Dsmpdtfmt.cpp1244 UBool SimpleDateFormat::isNumeric(UChar formatChar, int32_t count) { in isNumeric() argument
1246 int32_t i = s.indexOf(formatChar); in isNumeric()