Searched refs:LOW_H (Results 1 – 16 of 16) sorted by relevance
/external/icu/icu4c/source/i18n/ |
D | selfmtimpl.h | 67 #define LOW_H ((UChar)0x0068) macro
|
D | dt_impl.h | 48 #define LOW_H ((UChar)0x0068) macro
|
D | dtitv_impl.h | 47 #define LOW_H ((UChar)0x0068) macro
|
D | dtptngen.cpp | 217 {LOW_H, UDATPG_HOUR_FIELD, DT_NUMERIC, 1, 2}, // 12 hour 589 if (s[0] == LOW_H) { return ALLOWED_HOUR_FORMAT_h; } in getHourFormatFromUnicodeString() 594 if (s[0] == LOW_H && s[1] == LOW_B) { return ALLOWED_HOUR_FORMAT_hb; } in getHourFormatFromUnicodeString() 595 if (s[0] == LOW_H && s[1] == CAP_B) { return ALLOWED_HOUR_FORMAT_hB; } in getHourFormatFromUnicodeString() 683 fDefaultHourFormatChar = LOW_H; in getAllowedHourFormats() 704 case ALLOWED_HOUR_FORMAT_h: fDefaultHourFormatChar = LOW_H; break; in getAllowedHourFormats() 741 case LOW_H: in getDefaultHourCycle() 1254 UChar hourChar = LOW_H; in mapSkeletonMetacharacters() 1677 } else if (reqFieldChar == LOW_H && fDefaultHourFormatChar == CAP_K) { in adjustFieldTypes() 1683 } else if (reqFieldChar == CAP_K && fDefaultHourFormatChar == LOW_H) { in adjustFieldTypes() [all …]
|
D | selfmt.cpp | 44 static const UChar SELECT_KEYWORD_OTHER[] = {LOW_O, LOW_T, LOW_H, LOW_E, LOW_R, 0};
|
D | dtitvfmt.cpp | 985 if (convertedPattern.indexOf(LOW_H) != -1) { in normalizeHourMetacharacters() 986 hourChar = LOW_H; in normalizeHourMetacharacters() 1086 case LOW_H: in getDateTimeSkeleton() 1713 findReplaceInPattern(adjustedPtn, UnicodeString(LOW_H), UnicodeString(CAP_K)); in adjustFieldWidth() 1868 /*ahH*/ LOW_A, LOW_H, CAP_H,
|
D | plurrule_impl.h | 96 static const UChar LOW_H = ((UChar) 0x0068); variable
|
D | dtptngen_impl.h | 76 #define LOW_H ((UChar)0x0068) macro
|
D | tmutfmt.cpp | 35 #define LOW_H ((UChar)0x0068) macro 73 …EFAULT_PATTERN_FOR_HOUR[] = {LEFT_CURLY_BRACKET, DIGIT_ZERO, RIGHT_CURLY_BRACKET, SPACE, LOW_H, 0};
|
D | plurrule.cpp | 50 static const UChar PLURAL_KEYWORD_OTHER[]={LOW_O,LOW_T,LOW_H,LOW_E,LOW_R,0}; 51 static const UChar PLURAL_DEFAULT_RULE[]={LOW_O,LOW_T,LOW_H,LOW_E,LOW_R,COLON,SPACE,LOW_N,0}; 64 static const UChar PK_WITHIN[]={LOW_W,LOW_I,LOW_T,LOW_H,LOW_I,LOW_N,0};
|
D | dtitvinf.cpp | 612 copySkeleton.findAndReplace(UnicodeString(CAP_K), UnicodeString(LOW_H)); in getBestSkeleton()
|
/external/icu/libicu/cts_headers/ |
D | dt_impl.h | 48 #define LOW_H ((UChar)0x0068) macro
|
D | dtitv_impl.h | 47 #define LOW_H ((UChar)0x0068) macro
|
D | selfmtimpl.h | 67 #define LOW_H ((UChar)0x0068) macro
|
D | dtptngen_impl.h | 76 #define LOW_H ((UChar)0x0068) macro
|
D | plurrule_impl.h | 96 static const UChar LOW_H = ((UChar) 0x0068); variable
|