Searched refs:DIGIT_ONE (Results 1 – 6 of 6) sorted by relevance
/external/icu/icu4c/source/common/ |
D | simpleformatter.cpp | 41 DIGIT_ONE = 0x31, enumerator 114 if (i < patternLength && DIGIT_ONE <= (c = patternBuffer[i++]) && c <= DIGIT_NINE) { in applyPatternMinMaxArguments()
|
/external/icu/icu4c/source/i18n/ |
D | dt_impl.h | 39 #define DIGIT_ONE ((UChar)0x0031) macro
|
D | dtitv_impl.h | 38 #define DIGIT_ONE ((UChar)0x0031) macro
|
D | dtitvinf.cpp | 58 static const UChar gSecondPattern[] = {LEFT_CURLY_BRACKET, DIGIT_ONE, RIGHT_CURLY_BRACKET}; 61 …T_ZERO, RIGHT_CURLY_BRACKET, SPACE, EN_DASH, SPACE, LEFT_CURLY_BRACKET, DIGIT_ONE, RIGHT_CURLY_BRA…
|
/external/icu/icu4c/source/io/ |
D | uscanf_p.cpp | 50 #define DIGIT_ONE 0x0031 macro 61 (s) == DIGIT_ONE || \
|
D | uprntf_p.cpp | 1031 #define DIGIT_ONE 0x0031 macro 1042 (s) == DIGIT_ONE || \
|