Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/icu/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.cpp1007 } else if (convertedPattern.indexOf(LOW_K) != -1) { in normalizeHourMetacharacters()
1008 hourChar = LOW_K; in normalizeHourMetacharacters()
1018 if (hourChar == CAP_H || hourChar == LOW_K) { in normalizeHourMetacharacters()
1106 case LOW_K: in getDateTimeSkeleton()
1733 if (inputSkeleton.indexOf(LOW_K) != -1) { in adjustFieldWidth()
1734 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()
Ddtptngen_impl.h79 #define LOW_K ((UChar)0x006B) macro
Dplurrule_impl.h99 static const UChar LOW_K = ((UChar) 0x006B); variable
/third_party/node/deps/icu-small/source/i18n/
Ddt_impl.h51 #define LOW_K ((char16_t)0x006B) macro
Ddtitv_impl.h50 #define LOW_K ((char16_t)0x006B) macro
Dselfmtimpl.h70 #define LOW_K ((char16_t)0x006B) macro
Ddtitvfmt.cpp975 …if (c == LOW_J || c == CAP_J || c == CAP_C || c == LOW_H || c == CAP_H || c == LOW_K || c == CAP_K… in normalizeHourMetacharacters()
1015 } else if (convertedPattern.indexOf(LOW_K) != -1) { in normalizeHourMetacharacters()
1016 hourChar = LOW_K; in normalizeHourMetacharacters()
1029 if (hourChar != CAP_H && hourChar != LOW_K) { in normalizeHourMetacharacters()
1112 case LOW_K: in getDateTimeSkeleton()
1745 if (inputSkeleton.indexOf(LOW_K) != -1) { in adjustFieldWidth()
1746 findReplaceInPattern(adjustedPtn, UnicodeString(CAP_H), UnicodeString(LOW_K)); in adjustFieldWidth()
Ddtptngen.cpp219 {LOW_K, UDATPG_HOUR_FIELD, DT_NUMERIC + 11*DT_DELTA, 1, 2}, // 24 hour
602 if (s[0] == LOW_K) { return ALLOWED_HOUR_FORMAT_k; } in getHourFormatFromUnicodeString()
692 fDefaultHourFormatChar = LOW_K; in getAllowedHourFormats()
720 case ALLOWED_HOUR_FORMAT_k: fDefaultHourFormatChar = LOW_K; break; in getAllowedHourFormats()
758 case LOW_K: in getDefaultHourCycle()
1280 hourChar = LOW_K; in mapSkeletonMetacharacters()
1289 if (hourChar==CAP_H || hourChar==LOW_K) { in mapSkeletonMetacharacters()
1758 } else if (reqFieldChar == CAP_H && fDefaultHourFormatChar == LOW_K) { in adjustFieldTypes()
1759 c = LOW_K; in adjustFieldTypes()
1760 } else if (reqFieldChar == LOW_K && fDefaultHourFormatChar == CAP_H) { in adjustFieldTypes()
Ddtitvinf.cpp594 …if ( skeleton.indexOf(LOW_Z) != -1 || skeleton.indexOf(LOW_K) != -1 || skeleton.indexOf(CAP_K) != … in getBestSkeleton()
597 copySkeleton.findAndReplace(UnicodeString(LOW_K), UnicodeString(CAP_H)); in getBestSkeleton()
Ddtptngen_impl.h79 #define LOW_K ((char16_t)0x006B) macro
Dplurrule_impl.h99 static const char16_t LOW_K = ((char16_t) 0x006B); variable
/third_party/icu/icu4c/source/i18n/
Dselfmtimpl.h70 #define LOW_K ((UChar)0x006B) macro
Ddtitv_impl.h50 #define LOW_K ((UChar)0x006B) macro
Ddt_impl.h51 #define LOW_K ((UChar)0x006B) macro
Ddtitvfmt.cpp975 …if (c == LOW_J || c == CAP_J || c == CAP_C || c == LOW_H || c == CAP_H || c == LOW_K || c == CAP_K… in normalizeHourMetacharacters()
1015 } else if (convertedPattern.indexOf(LOW_K) != -1) { in normalizeHourMetacharacters()
1016 hourChar = LOW_K; in normalizeHourMetacharacters()
1029 if (hourChar != CAP_H && hourChar != LOW_K) { in normalizeHourMetacharacters()
1112 case LOW_K: in getDateTimeSkeleton()
1745 if (inputSkeleton.indexOf(LOW_K) != -1) { in adjustFieldWidth()
1746 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
599 if (s[0] == LOW_K) { return ALLOWED_HOUR_FORMAT_k; } in getHourFormatFromUnicodeString()
697 fDefaultHourFormatChar = LOW_K; in getAllowedHourFormats()
725 case ALLOWED_HOUR_FORMAT_k: fDefaultHourFormatChar = LOW_K; break; in getAllowedHourFormats()
763 case LOW_K: in getDefaultHourCycle()
1288 hourChar = LOW_K; in mapSkeletonMetacharacters()
1297 if (hourChar==CAP_H || hourChar==LOW_K) { in mapSkeletonMetacharacters()
1766 } else if (reqFieldChar == CAP_H && fDefaultHourFormatChar == LOW_K) { in adjustFieldTypes()
1767 c = LOW_K; in adjustFieldTypes()
1768 } else if (reqFieldChar == LOW_K && fDefaultHourFormatChar == CAP_H) { in adjustFieldTypes()
Ddtitvinf.cpp590 …if ( skeleton.indexOf(LOW_Z) != -1 || skeleton.indexOf(LOW_K) != -1 || skeleton.indexOf(CAP_K) != … in getBestSkeleton()
593 copySkeleton.findAndReplace(UnicodeString(LOW_K), UnicodeString(CAP_H)); in getBestSkeleton()
Ddtptngen_impl.h79 #define LOW_K ((UChar)0x006B) macro
Dplurrule_impl.h99 static const UChar LOW_K = ((UChar) 0x006B); variable