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

/external/chromium_org/third_party/icu/source/i18n/
H A Ddtitv_impl.h61 #define LOW_Z ((UChar)0x007A) macro
H A Dselfmtimpl.h88 #define LOW_Z ((UChar)0x007A) macro
H A Dplurrule_impl.h86 #define LOW_Z ((UChar)0x007A) macro
H A Dselfmt.cpp312 if ((ch >= LOW_A) && (ch <= LOW_Z)) {
H A Ddtptngen_impl.h82 #define LOW_Z ((UChar)0x007A) macro
H A Ddtptngen.cpp189 {LOW_Z, UDATPG_ZONE_FIELD, DT_SHORT, 1, 3},
190 {LOW_Z, UDATPG_ZONE_FIELD, DT_LONG, 4, 0},
216 static const UChar repeatedPatterns[6]={CAP_G, CAP_E, LOW_Z, LOW_V, CAP_Q, 0}; // "GEzvQ"
479 if (gotMm || ch==LOW_Z || ch==CAP_Z || ch==LOW_V || ch==CAP_V) {
1305 if ( (baseChar >=LOW_A) && (baseChar <= LOW_Z) ) {
1339 if ((baseChar >=LOW_A) && (baseChar <= LOW_Z)) {
1715 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.cpp798 case LOW_Z:
859 normalizedTimeSkeleton.append(LOW_Z);
H A Dplurrule.cpp42 static const UChar PLURAL_KEYWORD_ZERO[] = {LOW_Z,LOW_E,LOW_R,LOW_O, 0};
1063 if ((ch>=LOW_A) && (ch<=LOW_Z)) {
H A Dtmutfmt.cpp32 #define LOW_Z ((UChar)0x007A) macro
72 static const UChar PLURAL_COUNT_ZERO[] = {LOW_Z, LOW_E, LOW_R, LOW_O, 0};
/external/icu4c/i18n/
H A Ddtitv_impl.h61 #define LOW_Z ((UChar)0x007A) macro
H A Dselfmtimpl.h83 #define LOW_Z ((UChar)0x007A) macro
H A Dplurrule_impl.h83 #define LOW_Z ((UChar)0x007A) macro
H A Ddtptngen_impl.h83 #define LOW_Z ((UChar)0x007A) macro
H A Ddtptngen.cpp193 {LOW_Z, UDATPG_ZONE_FIELD, DT_SHORT, 1, 3},
194 {LOW_Z, UDATPG_ZONE_FIELD, DT_LONG, 4, 0},
220 //static const UChar repeatedPatterns[6]={CAP_G, CAP_E, LOW_Z, LOW_V, CAP_Q, 0}; // "GEzvQ"
481 if (gotMm || ch==LOW_Z || ch==CAP_Z || ch==LOW_V || ch==CAP_V) {
1328 if ( (baseChar >=LOW_A) && (baseChar <= LOW_Z) ) {
1362 if ((baseChar >=LOW_A) && (baseChar <= LOW_Z)) {
1743 if ( (c>=CAP_A && c<=CAP_Z) || (c>=LOW_A && c<=LOW_Z) ) {
H A Ddtitvfmt.cpp842 case LOW_Z:
903 normalizedTimeSkeleton.append(LOW_Z);
H A Dtmutfmt.cpp35 #define LOW_Z ((UChar)0x007A) macro
75 static const UChar PLURAL_COUNT_ZERO[] = {LOW_Z, LOW_E, LOW_R, LOW_O, 0};
H A Dplurrule.cpp1318 if ((ch>=LOW_A) && (ch<=LOW_Z)) {

Completed in 267 milliseconds