HomeSort by relevance Sort by last modified time
    Searched refs:LOW_H (Results 1 - 10 of 10) sorted by null

  /external/icu/icu4c/source/i18n/
dt_impl.h 48 #define LOW_H ((UChar)0x0068)
dtitv_impl.h 47 #define LOW_H ((UChar)0x0068)
selfmtimpl.h 67 #define LOW_H ((UChar)0x0068)
selfmt.cpp 44 static const UChar SELECT_KEYWORD_OTHER[] = {LOW_O, LOW_T, LOW_H, LOW_E, LOW_R, 0};
dtptngen_impl.h 76 #define LOW_H ((UChar)0x0068)
plurrule_impl.h 86 static const UChar LOW_H = ((UChar)0x0068);
dtptngen.cpp 215 {LOW_H, UDATPG_HOUR_FIELD, DT_NUMERIC, 1, 2}, // 12 hour
524 if (s[0] == LOW_H) { return ALLOWED_HOUR_FORMAT_h; }
527 if (s[0] == LOW_H && s[1] == LOW_B) { return ALLOWED_HOUR_FORMAT_hb; }
529 if (s[0] == LOW_H && s[1] == CAP_B) { return ALLOWED_HOUR_FORMAT_hB; }
725 static const UChar hourFormatChars[] = { CAP_H, LOW_H, CAP_K, LOW_K, 0 }; // HhKk, the hour format characters
    [all...]
dtitvfmt.cpp 839 case LOW_H:
908 normalizedTimeSkeleton.append(LOW_H);
    [all...]
tmutfmt.cpp 35 #define LOW_H ((UChar)0x0068)
73 static const UChar DEFAULT_PATTERN_FOR_HOUR[] = {LEFT_CURLY_BRACKET, DIGIT_ZERO, RIGHT_CURLY_BRACKET, SPACE, LOW_H, 0};
plurrule.cpp 45 static const UChar PLURAL_KEYWORD_OTHER[]={LOW_O,LOW_T,LOW_H,LOW_E,LOW_R,0};
46 static const UChar PLURAL_DEFAULT_RULE[]={LOW_O,LOW_T,LOW_H,LOW_E,LOW_R,COLON,SPACE,LOW_N,0};
58 static const UChar PK_WITHIN[]={LOW_W,LOW_I,LOW_T,LOW_H,LOW_I,LOW_N,0};
    [all...]

Completed in 399 milliseconds