Home
last modified time | relevance | path

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

/external/icu4c/i18n/
Ddtitv_impl.h80 #define CAP_Z ((UChar)0x005A) macro
Dselfmtimpl.h58 #define CAP_Z ((UChar)0x005A) macro
Dplurrule_impl.h57 #define CAP_Z ((UChar)0x005A) macro
Ddtptngen.cpp191 {CAP_Z, UDATPG_ZONE_FIELD, DT_SHORT - DT_DELTA, 1, 3},
192 {CAP_Z, UDATPG_ZONE_FIELD, DT_LONG - DT_DELTA, 4, 0},
479 if (gotMm || ch==LOW_Z || ch==CAP_Z || ch==LOW_V || ch==CAP_V) { in hackTimes()
1301 if ( (baseChar >= CAP_A) && (baseChar <= CAP_Z) ) { in getHeader()
1335 if ((baseChar >= CAP_A) && (baseChar <= CAP_Z)) { in add()
1715 if ( (c>=CAP_A && c<=CAP_Z) || (c>=LOW_A && c<=LOW_Z) ) { in setTokens()
Dselfmt.cpp309 if ((ch >= CAP_A) && (ch <= CAP_Z)) { in classifyCharacter()
Ddtptngen_impl.h57 #define CAP_Z ((UChar)0x005A) macro
Dplurfmt.cpp338 if ((ch>=CAP_A) && (ch<=CAP_Z)) { in inRange()
Dplurrule.cpp1059 if ((ch>=CAP_A) && (ch<=CAP_Z)) { in inRange()
Ddtitvfmt.cpp807 case CAP_Z: in getDateTimeSkeleton()