Home
last modified time | relevance | path

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

12

/third_party/flutter/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
Dplurrule_impl.h93 static const UChar LOW_K = ((UChar) 0x006B); variable
Ddtptngen_impl.h79 #define LOW_K ((UChar)0x006B) macro
/third_party/node/deps/icu-small/source/i18n/
Ddt_impl.h51 #define LOW_K ((UChar)0x006B) macro
Dselfmtimpl.h70 #define LOW_K ((UChar)0x006B) macro
Ddtitv_impl.h50 #define LOW_K ((UChar)0x006B) macro
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()
1256 hourChar = LOW_K; in mapSkeletonMetacharacters()
1265 if (hourChar==CAP_H || hourChar==LOW_K) { in mapSkeletonMetacharacters()
1671 } else if (reqFieldChar == CAP_H && fDefaultHourFormatChar == LOW_K) { in adjustFieldTypes()
1672 c = LOW_K; in adjustFieldTypes()
1673 } else if (reqFieldChar == LOW_K && fDefaultHourFormatChar == CAP_H) { in adjustFieldTypes()
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()
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()
/third_party/icu/icu4c/source/i18n/
Ddtitv_impl.h50 #define LOW_K ((UChar)0x006B) macro
Ddt_impl.h51 #define LOW_K ((UChar)0x006B) macro
Dselfmtimpl.h70 #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()
/third_party/skia/third_party/externals/icu/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.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

12