Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Ddt_impl.h48 #define LOW_H ((UChar)0x0068) macro
Dselfmtimpl.h67 #define LOW_H ((UChar)0x0068) macro
Ddtitv_impl.h47 #define LOW_H ((UChar)0x0068) macro
Dselfmt.cpp44 static const UChar SELECT_KEYWORD_OTHER[] = {LOW_O, LOW_T, LOW_H, LOW_E, LOW_R, 0};
Ddtptngen.cpp216 {LOW_H, UDATPG_HOUR_FIELD, DT_NUMERIC, 1, 2}, // 12 hour
549 if (s[0] == LOW_H) { return ALLOWED_HOUR_FORMAT_h; } in getHourFormatFromUnicodeString()
552 if (s[0] == LOW_H && s[1] == LOW_B) { return ALLOWED_HOUR_FORMAT_hb; } in getHourFormatFromUnicodeString()
554 if (s[0] == LOW_H && s[1] == CAP_B) { return ALLOWED_HOUR_FORMAT_hB; } in getHourFormatFromUnicodeString()
753 static const UChar hourFormatChars[] = { CAP_H, LOW_H, CAP_K, LOW_K, 0 }; // HhKk, the hour format …
1142 UChar hourChar = LOW_H; in mapSkeletonMetacharacters()
2113 …if (skeletonResult.original.getFieldChar(UDATPG_HOUR_FIELD)==LOW_H || skeletonResult.original.getF… in set()
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};
Ddtitvfmt.cpp839 case LOW_H: in getDateTimeSkeleton()
906 normalizedTimeSkeleton.append(LOW_H); in getDateTimeSkeleton()
1562 /*ahH*/ LOW_A, LOW_H, CAP_H,
Ddtptngen_impl.h76 #define LOW_H ((UChar)0x0068) macro
Dplurrule_impl.h90 static const UChar LOW_H = ((UChar) 0x0068); variable
Dplurrule.cpp46 static const UChar PLURAL_KEYWORD_OTHER[]={LOW_O,LOW_T,LOW_H,LOW_E,LOW_R,0};
47 static const UChar PLURAL_DEFAULT_RULE[]={LOW_O,LOW_T,LOW_H,LOW_E,LOW_R,COLON,SPACE,LOW_N,0};
59 static const UChar PK_WITHIN[]={LOW_W,LOW_I,LOW_T,LOW_H,LOW_I,LOW_N,0};