HomeSort by relevance Sort by last modified time
    Searched refs:LOW_Z (Results 1 - 18 of 18) sorted by null

  /external/chromium_org/third_party/icu/source/i18n/
dtitv_impl.h 61 #define LOW_Z ((UChar)0x007A)
selfmtimpl.h 88 #define LOW_Z ((UChar)0x007A)
plurrule_impl.h 86 #define LOW_Z ((UChar)0x007A)
selfmt.cpp 312 if ((ch >= LOW_A) && (ch <= LOW_Z)) {
dtptngen_impl.h 82 #define LOW_Z ((UChar)0x007A)
dtptngen.cpp 189 {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) {
    [all...]
plurfmt.cpp 342 if ((ch>=LOW_A) && (ch<=LOW_Z)) {
dtitvfmt.cpp 798 case LOW_Z:
859 normalizedTimeSkeleton.append(LOW_Z);
    [all...]
plurrule.cpp 42 static const UChar PLURAL_KEYWORD_ZERO[] = {LOW_Z,LOW_E,LOW_R,LOW_O, 0};
1063 if ((ch>=LOW_A) && (ch<=LOW_Z)) {
tmutfmt.cpp 32 #define LOW_Z ((UChar)0x007A)
72 static const UChar PLURAL_COUNT_ZERO[] = {LOW_Z, LOW_E, LOW_R, LOW_O, 0};
    [all...]
  /external/icu4c/i18n/
dtitv_impl.h 61 #define LOW_Z ((UChar)0x007A)
selfmtimpl.h 83 #define LOW_Z ((UChar)0x007A)
plurrule_impl.h 83 #define LOW_Z ((UChar)0x007A)
dtptngen_impl.h 83 #define LOW_Z ((UChar)0x007A)
dtptngen.cpp 193 {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) {
    [all...]
dtitvfmt.cpp 842 case LOW_Z:
903 normalizedTimeSkeleton.append(LOW_Z);
    [all...]
tmutfmt.cpp 35 #define LOW_Z ((UChar)0x007A)
75 static const UChar PLURAL_COUNT_ZERO[] = {LOW_Z, LOW_E, LOW_R, LOW_O, 0};
    [all...]
plurrule.cpp     [all...]

Completed in 954 milliseconds