Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Ddt_impl.h87 #define CAP_Z ((UChar)0x005A) macro
Dselfmtimpl.h55 #define CAP_Z ((UChar)0x005A) macro
Ddtitv_impl.h84 #define CAP_Z ((UChar)0x005A) macro
Ddtptngen.cpp240 {CAP_Z, UDATPG_ZONE_FIELD, DT_NARROW - DT_DELTA, 1, 3},
241 {CAP_Z, UDATPG_ZONE_FIELD, DT_LONG - DT_DELTA, 4, 0},
242 {CAP_Z, UDATPG_ZONE_FIELD, DT_SHORT - DT_DELTA, 5, 0},
741 if (gotMm || ch==LOW_Z || ch==CAP_Z || ch==LOW_V || ch==CAP_V) { in hackTimes()
1825 if ( (baseChar >= CAP_A) && (baseChar <= CAP_Z) ) { in getHeader()
1859 if ((baseChar >= CAP_A) && (baseChar <= CAP_Z)) { in add()
2233 if ( (c>=CAP_A && c<=CAP_Z) || (c>=LOW_A && c<=LOW_Z) ) { in setTokens()
Ddtptngen_impl.h67 #define CAP_Z ((UChar)0x005A) macro
Dplurrule_impl.h76 static const UChar CAP_Z = ((UChar) 0x005A); variable
Ddtitvfmt.cpp860 case CAP_Z: in getDateTimeSkeleton()