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

/external/icu/icu4c/source/i18n/
H A Ddt_impl.h87 #define CAP_Z ((UChar)0x005A) macro
H A Ddtitv_impl.h84 #define CAP_Z ((UChar)0x005A) macro
H A Dselfmtimpl.h55 #define CAP_Z ((UChar)0x005A) macro
H A Dplurrule_impl.h70 static const UChar CAP_Z = ((UChar)0x005A); variable
H A Ddtptngen.cpp198 {CAP_Z, UDATPG_ZONE_FIELD, DT_NARROW - DT_DELTA, 1, 3},
199 {CAP_Z, UDATPG_ZONE_FIELD, DT_LONG - DT_DELTA, 4, 0},
200 {CAP_Z, UDATPG_ZONE_FIELD, DT_SHORT - DT_DELTA, 5, 0},
669 if (gotMm || ch==LOW_Z || ch==CAP_Z || ch==LOW_V || ch==CAP_V) {
1595 if ( (baseChar >= CAP_A) && (baseChar <= CAP_Z) ) {
1629 if ((baseChar >= CAP_A) && (baseChar <= CAP_Z)) {
1970 if ( (c>=CAP_A && c<=CAP_Z) || (c>=LOW_A && c<=LOW_Z) ) {
H A Ddtptngen_impl.h64 #define CAP_Z ((UChar)0x005A) macro
H A Ddtitvfmt.cpp857 case CAP_Z:

Completed in 1226 milliseconds