Searched refs:DIGIT_ZERO (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/icu/source/i18n/
H A Ddtitv_impl.h34 #define DIGIT_ZERO ((UChar)0x0030) macro
H A Dtmutfmt.cpp26 #define DIGIT_ZERO ((UChar)0x0030) macro
67 static const UChar DEFAULT_PATTERN_FOR_SECOND[] = {LEFT_CURLY_BRACKET, DIGIT_ZERO, RIGHT_CURLY_BRACKET, SPACE, LOW_S, 0};
68 static const UChar DEFAULT_PATTERN_FOR_MINUTE[] = {LEFT_CURLY_BRACKET, DIGIT_ZERO, RIGHT_CURLY_BRACKET, SPACE, LOW_M, LOW_I, LOW_N, 0};
69 static const UChar DEFAULT_PATTERN_FOR_HOUR[] = {LEFT_CURLY_BRACKET, DIGIT_ZERO, RIGHT_CURLY_BRACKET, SPACE, LOW_H, 0};
70 static const UChar DEFAULT_PATTERN_FOR_WEEK[] = {LEFT_CURLY_BRACKET, DIGIT_ZERO, RIGHT_CURLY_BRACKET, SPACE, LOW_W, 0};
71 static const UChar DEFAULT_PATTERN_FOR_DAY[] = {LEFT_CURLY_BRACKET, DIGIT_ZERO, RIGHT_CURLY_BRACKET, SPACE, LOW_D, 0};
72 static const UChar DEFAULT_PATTERN_FOR_MONTH[] = {LEFT_CURLY_BRACKET, DIGIT_ZERO, RIGHT_CURLY_BRACKET, SPACE, LOW_M, 0};
73 static const UChar DEFAULT_PATTERN_FOR_YEAR[] = {LEFT_CURLY_BRACKET, DIGIT_ZERO, RIGHT_CURLY_BRACKET, SPACE, LOW_Y, 0};
H A Ddtitvinf.cpp52 static const UChar gFirstPattern[] = {LEFT_CURLY_BRACKET, DIGIT_ZERO, RIGHT_CURLY_BRACKET};
57 static const UChar gDefaultFallbackPattern[] = {LEFT_CURLY_BRACKET, DIGIT_ZERO, RIGHT_CURLY_BRACKET, SPACE, EN_DASH, SPACE, LEFT_CURLY_BRACKET, DIGIT_ONE, RIGHT_CURLY_BRACKET, 0};
/external/chromium_org/third_party/icu/source/io/
H A Duprntf_p.c1015 #define DIGIT_ZERO 0x0030 macro
1026 #define ISDIGIT(s) (s) == DIGIT_ZERO || \
1074 pos = (int) (*alias++ - DIGIT_ZERO);
1078 pos += (int) (*alias++ - DIGIT_ZERO);
1135 pos = (int) (*alias++ - DIGIT_ZERO);
1139 pos += (int) (*alias++ - DIGIT_ZERO);
1279 spec.fArgPos = (int) (*alias++ - DIGIT_ZERO);
1283 spec.fArgPos += (int) (*alias++ - DIGIT_ZERO);
1360 spec.fWidthPos = (int) (*alias++ - DIGIT_ZERO);
1364 spec.fWidthPos += (int) (*alias++ - DIGIT_ZERO);
[all...]
H A Duscanf_p.c47 #define DIGIT_ZERO 0x0030 macro
58 #define ISDIGIT(s) (s) == DIGIT_ZERO || \
145 spec->fArgPos = (int) (*s++ - DIGIT_ZERO);
149 spec->fArgPos += (int) (*s++ - DIGIT_ZERO);
190 info->fWidth = (int) (*s++ - DIGIT_ZERO);
194 info->fWidth += (int) (*s++ - DIGIT_ZERO);
/external/icu/icu4c/source/i18n/
H A Ddtitv_impl.h34 #define DIGIT_ZERO ((UChar)0x0030) macro
H A Dtmutfmt.cpp26 #define DIGIT_ZERO ((UChar)0x0030) macro
67 static const UChar DEFAULT_PATTERN_FOR_SECOND[] = {LEFT_CURLY_BRACKET, DIGIT_ZERO, RIGHT_CURLY_BRACKET, SPACE, LOW_S, 0};
68 static const UChar DEFAULT_PATTERN_FOR_MINUTE[] = {LEFT_CURLY_BRACKET, DIGIT_ZERO, RIGHT_CURLY_BRACKET, SPACE, LOW_M, LOW_I, LOW_N, 0};
69 static const UChar DEFAULT_PATTERN_FOR_HOUR[] = {LEFT_CURLY_BRACKET, DIGIT_ZERO, RIGHT_CURLY_BRACKET, SPACE, LOW_H, 0};
70 static const UChar DEFAULT_PATTERN_FOR_WEEK[] = {LEFT_CURLY_BRACKET, DIGIT_ZERO, RIGHT_CURLY_BRACKET, SPACE, LOW_W, 0};
71 static const UChar DEFAULT_PATTERN_FOR_DAY[] = {LEFT_CURLY_BRACKET, DIGIT_ZERO, RIGHT_CURLY_BRACKET, SPACE, LOW_D, 0};
72 static const UChar DEFAULT_PATTERN_FOR_MONTH[] = {LEFT_CURLY_BRACKET, DIGIT_ZERO, RIGHT_CURLY_BRACKET, SPACE, LOW_M, 0};
73 static const UChar DEFAULT_PATTERN_FOR_YEAR[] = {LEFT_CURLY_BRACKET, DIGIT_ZERO, RIGHT_CURLY_BRACKET, SPACE, LOW_Y, 0};
H A Ddtitvinf.cpp52 static const UChar gFirstPattern[] = {LEFT_CURLY_BRACKET, DIGIT_ZERO, RIGHT_CURLY_BRACKET};
57 static const UChar gDefaultFallbackPattern[] = {LEFT_CURLY_BRACKET, DIGIT_ZERO, RIGHT_CURLY_BRACKET, SPACE, EN_DASH, SPACE, LEFT_CURLY_BRACKET, DIGIT_ONE, RIGHT_CURLY_BRACKET, 0};
/external/icu/icu4c/source/io/
H A Duprntf_p.c1015 #define DIGIT_ZERO 0x0030 macro
1026 #define ISDIGIT(s) (s) == DIGIT_ZERO || \
1074 pos = (int) (*alias++ - DIGIT_ZERO);
1078 pos += (int) (*alias++ - DIGIT_ZERO);
1135 pos = (int) (*alias++ - DIGIT_ZERO);
1139 pos += (int) (*alias++ - DIGIT_ZERO);
1279 spec.fArgPos = (int) (*alias++ - DIGIT_ZERO);
1283 spec.fArgPos += (int) (*alias++ - DIGIT_ZERO);
1360 spec.fWidthPos = (int) (*alias++ - DIGIT_ZERO);
1364 spec.fWidthPos += (int) (*alias++ - DIGIT_ZERO);
[all...]
H A Duscanf_p.c47 #define DIGIT_ZERO 0x0030 macro
58 #define ISDIGIT(s) (s) == DIGIT_ZERO || \
145 spec->fArgPos = (int) (*s++ - DIGIT_ZERO);
149 spec->fArgPos += (int) (*s++ - DIGIT_ZERO);
190 info->fWidth = (int) (*s++ - DIGIT_ZERO);
194 info->fWidth += (int) (*s++ - DIGIT_ZERO);

Completed in 554 milliseconds