Home
last modified time | relevance | path

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

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