Searched refs:formatChar (Results 1 – 8 of 8) sorted by relevance
/third_party/skia/third_party/externals/icu/source/i18n/unicode/ |
D | smpdtfmt.h | 1305 static UBool isNumeric(char16_t formatChar, int32_t count);
|
/third_party/icu/icu4c/source/i18n/unicode/ |
D | smpdtfmt.h | 1305 static UBool isNumeric(char16_t formatChar, int32_t count);
|
/third_party/node/deps/icu-small/source/i18n/unicode/ |
D | smpdtfmt.h | 1306 static UBool isNumeric(char16_t formatChar, int32_t count);
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | SimpleDateFormat.java | 2379 private static final boolean isNumeric(char formatChar, int count) { in isNumeric() argument 2380 return NUMERIC_FORMAT_CHARS.indexOf(formatChar) >= 0 in isNumeric() 2381 || (count <= 2 && NUMERIC_FORMAT_CHARS2.indexOf(formatChar) >= 0); in isNumeric()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
D | SimpleDateFormat.java | 2364 private static final boolean isNumeric(char formatChar, int count) { in isNumeric() argument 2365 return NUMERIC_FORMAT_CHARS.indexOf(formatChar) >= 0 in isNumeric() 2366 || (count <= 2 && NUMERIC_FORMAT_CHARS2.indexOf(formatChar) >= 0); in isNumeric()
|
/third_party/icu/icu4c/source/i18n/ |
D | smpdtfmt.cpp | 2246 UBool SimpleDateFormat::isNumeric(UChar formatChar, int32_t count) { in isNumeric() argument 2247 return DateFormatSymbols::isNumericPatternChar(formatChar, count); in isNumeric()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | smpdtfmt.cpp | 2198 UBool SimpleDateFormat::isNumeric(UChar formatChar, int32_t count) { in isNumeric() argument 2199 return DateFormatSymbols::isNumericPatternChar(formatChar, count); in isNumeric()
|
/third_party/node/deps/icu-small/source/i18n/ |
D | smpdtfmt.cpp | 2188 UBool SimpleDateFormat::isNumeric(char16_t formatChar, int32_t count) { in isNumeric() argument 2189 return DateFormatSymbols::isNumericPatternChar(formatChar, count); in isNumeric()
|