HomeSort by relevance Sort by last modified time
    Searched defs:DIGIT_ZERO (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/third_party/icu/source/i18n/
dtitv_impl.h 34 #define DIGIT_ZERO ((UChar)0x0030)
tmutfmt.cpp 23 #define DIGIT_ZERO ((UChar)0x0030)
64 static const UChar DEFAULT_PATTERN_FOR_SECOND[] = {LEFT_CURLY_BRACKET, DIGIT_ZERO, RIGHT_CURLY_BRACKET, SPACE, LOW_S, 0};
65 static const UChar DEFAULT_PATTERN_FOR_MINUTE[] = {LEFT_CURLY_BRACKET, DIGIT_ZERO, RIGHT_CURLY_BRACKET, SPACE, LOW_M, LOW_I, LOW_N, 0};
66 static const UChar DEFAULT_PATTERN_FOR_HOUR[] = {LEFT_CURLY_BRACKET, DIGIT_ZERO, RIGHT_CURLY_BRACKET, SPACE, LOW_H, 0};
67 static const UChar DEFAULT_PATTERN_FOR_WEEK[] = {LEFT_CURLY_BRACKET, DIGIT_ZERO, RIGHT_CURLY_BRACKET, SPACE, LOW_W, 0};
68 static const UChar DEFAULT_PATTERN_FOR_DAY[] = {LEFT_CURLY_BRACKET, DIGIT_ZERO, RIGHT_CURLY_BRACKET, SPACE, LOW_D, 0};
69 static const UChar DEFAULT_PATTERN_FOR_MONTH[] = {LEFT_CURLY_BRACKET, DIGIT_ZERO, RIGHT_CURLY_BRACKET, SPACE, LOW_M, 0};
70 static const UChar DEFAULT_PATTERN_FOR_YEAR[] = {LEFT_CURLY_BRACKET, DIGIT_ZERO, RIGHT_CURLY_BRACKET, SPACE, LOW_Y, 0};
    [all...]
  /external/icu4c/i18n/
dtitv_impl.h 34 #define DIGIT_ZERO ((UChar)0x0030)
tmutfmt.cpp 26 #define DIGIT_ZERO ((UChar)0x0030)
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};
    [all...]
  /external/chromium_org/third_party/icu/source/io/
uprntf_p.c     [all...]
uscanf_p.c 47 #define DIGIT_ZERO 0x0030
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);
    [all...]
  /external/icu4c/io/
uprntf_p.c     [all...]
uscanf_p.c 47 #define DIGIT_ZERO 0x0030
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);
    [all...]

Completed in 349 milliseconds