Home
last modified time | relevance | path

Searched refs:LOW_K (Results 1 – 13 of 13) sorted by relevance

/external/icu/icu4c/source/i18n/
Dselfmtimpl.h70 #define LOW_K ((UChar)0x006B) macro
Ddt_impl.h51 #define LOW_K ((UChar)0x006B) macro
Ddtitv_impl.h50 #define LOW_K ((UChar)0x006B) macro
Ddtitvfmt.cpp989 } else if (convertedPattern.indexOf(LOW_K) != -1) { in normalizeHourMetacharacters()
990 hourChar = LOW_K; in normalizeHourMetacharacters()
1000 if (hourChar == CAP_H || hourChar == LOW_K) { in normalizeHourMetacharacters()
1088 case LOW_K: in getDateTimeSkeleton()
1715 if (inputSkeleton.indexOf(LOW_K) != -1) { in adjustFieldWidth()
1716 findReplaceInPattern(adjustedPtn, UnicodeString(CAP_H), UnicodeString(LOW_K)); in adjustFieldWidth()
Ddtptngen.cpp216 {LOW_K, UDATPG_HOUR_FIELD, DT_NUMERIC + 11*DT_DELTA, 1, 2}, // 24 hour
592 if (s[0] == LOW_K) { return ALLOWED_HOUR_FORMAT_k; } in getHourFormatFromUnicodeString()
679 fDefaultHourFormatChar = LOW_K; in getAllowedHourFormats()
707 case ALLOWED_HOUR_FORMAT_k: fDefaultHourFormatChar = LOW_K; break; in getAllowedHourFormats()
745 case LOW_K: in getDefaultHourCycle()
1271 hourChar = LOW_K; in mapSkeletonMetacharacters()
1280 if (hourChar==CAP_H || hourChar==LOW_K) { in mapSkeletonMetacharacters()
1679 } else if (reqFieldChar == CAP_H && fDefaultHourFormatChar == LOW_K) { in adjustFieldTypes()
1680 c = LOW_K; in adjustFieldTypes()
1681 } else if (reqFieldChar == LOW_K && fDefaultHourFormatChar == CAP_H) { in adjustFieldTypes()
Ddtitvinf.cpp608 …if ( skeleton.indexOf(LOW_Z) != -1 || skeleton.indexOf(LOW_K) != -1 || skeleton.indexOf(CAP_K) != … in getBestSkeleton()
611 copySkeleton.findAndReplace(UnicodeString(LOW_K), UnicodeString(CAP_H)); in getBestSkeleton()
Dplurrule_impl.h99 static const UChar LOW_K = ((UChar) 0x006B); variable
Ddtptngen_impl.h79 #define LOW_K ((UChar)0x006B) macro
/external/icu/libicu/cts_headers/
Ddt_impl.h51 #define LOW_K ((UChar)0x006B) macro
Ddtitv_impl.h50 #define LOW_K ((UChar)0x006B) macro
Dselfmtimpl.h70 #define LOW_K ((UChar)0x006B) macro
Ddtptngen_impl.h79 #define LOW_K ((UChar)0x006B) macro
Dplurrule_impl.h99 static const UChar LOW_K = ((UChar) 0x006B); variable