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

/external/icu/icu4c/source/i18n/
H A Ddt_impl.h48 #define LOW_H ((UChar)0x0068) macro
H A Ddtitv_impl.h47 #define LOW_H ((UChar)0x0068) macro
H A Dselfmtimpl.h67 #define LOW_H ((UChar)0x0068) macro
H A Dselfmt.cpp44 static const UChar SELECT_KEYWORD_OTHER[] = {LOW_O, LOW_T, LOW_H, LOW_E, LOW_R, 0};
H A Dplurrule_impl.h84 static const UChar LOW_H = ((UChar)0x0068); variable
H A Ddtptngen.cpp188 {LOW_H, UDATPG_HOUR_FIELD, DT_NUMERIC, 1, 2}, // 12 hour
480 if (s[0] == LOW_H) { return ALLOWED_HOUR_FORMAT_h; }
483 if (s[0] == LOW_H && s[1] == LOW_B) { return ALLOWED_HOUR_FORMAT_hb; }
485 if (s[0] == LOW_H && s[1] == CAP_B) { return ALLOWED_HOUR_FORMAT_hB; }
681 static const UChar hourFormatChars[] = { CAP_H, LOW_H, CAP_K, LOW_K, 0 }; // HhKk, the hour format characters
988 patternFormCopy.setCharAt(patPos, LOW_H);
H A Ddtitvfmt.cpp836 case LOW_H:
905 normalizedTimeSkeleton.append(LOW_H);
1549 /*ahH*/ LOW_A, LOW_H, CAP_H,
H A Dplurrule.cpp44 static const UChar PLURAL_KEYWORD_OTHER[]={LOW_O,LOW_T,LOW_H,LOW_E,LOW_R,0};
45 static const UChar PLURAL_DEFAULT_RULE[]={LOW_O,LOW_T,LOW_H,LOW_E,LOW_R,COLON,SPACE,LOW_N,0};
57 static const UChar PK_WITHIN[]={LOW_W,LOW_I,LOW_T,LOW_H,LOW_I,LOW_N,0};
H A Ddtptngen_impl.h73 #define LOW_H ((UChar)0x0068) macro
H A Dtmutfmt.cpp35 #define LOW_H ((UChar)0x0068) macro
73 static const UChar DEFAULT_PATTERN_FOR_HOUR[] = {LEFT_CURLY_BRACKET, DIGIT_ZERO, RIGHT_CURLY_BRACKET, SPACE, LOW_H, 0};

Completed in 161 milliseconds