Home
last modified time | relevance | path

Searched refs:LOW_H (Results 1 – 16 of 16) sorted by relevance

/external/icu/icu4c/source/i18n/
Dselfmtimpl.h67 #define LOW_H ((UChar)0x0068) macro
Ddt_impl.h48 #define LOW_H ((UChar)0x0068) macro
Ddtitv_impl.h47 #define LOW_H ((UChar)0x0068) macro
Ddtptngen.cpp217 {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 …]
Dselfmt.cpp44 static const UChar SELECT_KEYWORD_OTHER[] = {LOW_O, LOW_T, LOW_H, LOW_E, LOW_R, 0};
Ddtitvfmt.cpp985 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,
Dplurrule_impl.h96 static const UChar LOW_H = ((UChar) 0x0068); variable
Ddtptngen_impl.h76 #define LOW_H ((UChar)0x0068) macro
Dtmutfmt.cpp35 #define LOW_H ((UChar)0x0068) macro
73 …EFAULT_PATTERN_FOR_HOUR[] = {LEFT_CURLY_BRACKET, DIGIT_ZERO, RIGHT_CURLY_BRACKET, SPACE, LOW_H, 0};
Dplurrule.cpp50 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};
Ddtitvinf.cpp612 copySkeleton.findAndReplace(UnicodeString(CAP_K), UnicodeString(LOW_H)); in getBestSkeleton()
/external/icu/libicu/cts_headers/
Ddt_impl.h48 #define LOW_H ((UChar)0x0068) macro
Ddtitv_impl.h47 #define LOW_H ((UChar)0x0068) macro
Dselfmtimpl.h67 #define LOW_H ((UChar)0x0068) macro
Ddtptngen_impl.h76 #define LOW_H ((UChar)0x0068) macro
Dplurrule_impl.h96 static const UChar LOW_H = ((UChar) 0x0068); variable