Home
last modified time | relevance | path

Searched refs:CAP_K (Results 1 – 4 of 4) sorted by relevance

/external/icu/icu4c/source/i18n/
Ddtitv_impl.h70 #define CAP_K ((UChar)0x004B) macro
Ddtptngen_impl.h48 #define CAP_K ((UChar)0x004B) macro
Ddtptngen.cpp183 {CAP_K, UDATPG_HOUR_FIELD, DT_NUMERIC + DT_DELTA, 1, 2}, // 12 hour
507 static const UChar hourFormatChars[] = { CAP_H, LOW_H, CAP_K, LOW_K, 0 }; // HhKk, the hour format …
Ddtitvfmt.cpp874 case CAP_K: in getDateTimeSkeleton()