Searched refs:LOW_H (Results 1 – 9 of 9) sorted by relevance
/external/icu/icu4c/source/i18n/ |
D | dtitv_impl.h | 44 #define LOW_H ((UChar)0x0068) macro
|
D | selfmtimpl.h | 65 #define LOW_H ((UChar)0x0068) macro
|
D | selfmt.cpp | 42 static const UChar SELECT_KEYWORD_OTHER[] = {LOW_O, LOW_T, LOW_H, LOW_E, LOW_R, 0};
|
D | dtptngen_impl.h | 68 #define LOW_H ((UChar)0x0068) macro
|
D | plurrule_impl.h | 81 static const UChar LOW_H = ((UChar)0x0068); variable
|
D | dtitvfmt.cpp | 851 case LOW_H: in getDateTimeSkeleton() 920 normalizedTimeSkeleton.append(LOW_H); in getDateTimeSkeleton() 1570 /*ahH*/ LOW_A, LOW_H, CAP_H,
|
D | tmutfmt.cpp | 32 #define LOW_H ((UChar)0x0068) macro 70 …EFAULT_PATTERN_FOR_HOUR[] = {LEFT_CURLY_BRACKET, DIGIT_ZERO, RIGHT_CURLY_BRACKET, SPACE, LOW_H, 0};
|
D | plurrule.cpp | 44 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};
|
D | dtptngen.cpp | 182 {LOW_H, UDATPG_HOUR_FIELD, DT_NUMERIC, 1, 2}, // 12 hour 507 static const UChar hourFormatChars[] = { CAP_H, LOW_H, CAP_K, LOW_K, 0 }; // HhKk, the hour format …
|