Searched refs:LOW_Z (Results 1 - 8 of 8) sorted by relevance

/external/icu4c/i18n/
H A Ddtitv_impl.h61 #define LOW_Z ((UChar)0x007A) macro
H A Dplurrule_impl.h86 #define LOW_Z ((UChar)0x007A) macro
H A Ddtptngen_impl.h82 #define LOW_Z ((UChar)0x007A) macro
H A Ddtptngen.cpp194 {LOW_Z, UDATPG_ZONE_FIELD, DT_SHORT, 1, 3},
195 {LOW_Z, UDATPG_ZONE_FIELD, DT_LONG, 4, 0},
221 static const UChar repeatedPatterns[6]={CAP_G, CAP_E, LOW_Z, LOW_V, CAP_Q, 0}; // "GEzvQ"
485 if (gotMm || ch==LOW_Z || ch==CAP_Z || ch==LOW_V || ch==CAP_V) {
1284 if ( (baseChar >=LOW_A) && (baseChar <= LOW_Z) ) {
1318 if ((baseChar >=LOW_A) && (baseChar <= LOW_Z)) {
1694 if ( (c>=CAP_A && c<=CAP_Z) || (c>=LOW_A && c<=LOW_Z) ) {
H A Dplurfmt.cpp342 if ((ch>=LOW_A) && (ch<=LOW_Z)) {
H A Ddtitvfmt.cpp792 case LOW_Z:
850 normalizedTimeSkeleton.append(LOW_Z);
H A Dplurrule.cpp42 static const UChar PLURAL_KEYWORD_ZERO[] = {LOW_Z,LOW_E,LOW_R,LOW_O, 0};
1064 if ((ch>=LOW_A) && (ch<=LOW_Z)) {
H A Dtmutfmt.cpp31 #define LOW_Z ((UChar)0x007A) macro
71 static const UChar PLURAL_COUNT_ZERO[] = {LOW_Z, LOW_E, LOW_R, LOW_O, 0};

Completed in 20 milliseconds