Searched refs:LOW_K (Results 1 – 13 of 13) sorted by relevance
70 #define LOW_K ((UChar)0x006B) macro
51 #define LOW_K ((UChar)0x006B) macro
50 #define LOW_K ((UChar)0x006B) macro
989 } 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()
216 {LOW_K, UDATPG_HOUR_FIELD, DT_NUMERIC + 11*DT_DELTA, 1, 2}, // 24 hour592 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()
608 …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()
99 static const UChar LOW_K = ((UChar) 0x006B); variable
79 #define LOW_K ((UChar)0x006B) macro