Home
last modified time | relevance | path

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

/external/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
Dplurrule_impl.h87 static const UChar LOW_K = ((UChar)0x006B); variable
Ddtptngen_impl.h76 #define LOW_K ((UChar)0x006B) macro
Ddtptngen.cpp187 {LOW_K, UDATPG_HOUR_FIELD, DT_NUMERIC + 11*DT_DELTA, 1, 2}, // 24 hour
681 static const UChar hourFormatChars[] = { CAP_H, LOW_H, CAP_K, LOW_K, 0 }; // HhKk, the hour format …
Ddtitvfmt.cpp858 case LOW_K: in getDateTimeSkeleton()