Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Ddt_impl.h50 #define LOW_J ((UChar)0x006a) macro
Dselfmtimpl.h69 #define LOW_J ((UChar)0x006a) macro
Ddtitv_impl.h49 #define LOW_J ((UChar)0x006a) macro
Ddtptngen_impl.h78 #define LOW_J ((UChar)0x006A) macro
Dplurrule_impl.h92 static const UChar LOW_J = ((UChar) 0x006a); variable
Ddtptngen.cpp226 {LOW_J, UDATPG_HOUR_FIELD, DT_NUMERIC + 6*DT_DELTA, 1, 6}, // 12/24 hour
1134 if (patChr == LOW_J || patChr == CAP_C) { in mapSkeletonMetacharacters()
1144 if (patChr == LOW_J) { in mapSkeletonMetacharacters()
Ddtitvfmt.cpp863 case LOW_J: in getDateTimeSkeleton()