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

  /external/chromium_org/third_party/icu/source/i18n/
dtitv_impl.h 80 #define CAP_Z ((UChar)0x005A)
selfmtimpl.h 58 #define CAP_Z ((UChar)0x005A)
plurrule_impl.h 57 #define CAP_Z ((UChar)0x005A)
selfmt.cpp 309 if ((ch >= CAP_A) && (ch <= CAP_Z)) {
dtptngen_impl.h 57 #define CAP_Z ((UChar)0x005A)
dtptngen.cpp 191 {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) {
    [all...]
plurfmt.cpp 338 if ((ch>=CAP_A) && (ch<=CAP_Z)) {
dtitvfmt.cpp 807 case CAP_Z:
    [all...]
plurrule.cpp 1059 if ((ch>=CAP_A) && (ch<=CAP_Z)) {
  /external/icu/icu4c/source/i18n/
dtitv_impl.h 81 #define CAP_Z ((UChar)0x005A)
selfmtimpl.h 53 #define CAP_Z ((UChar)0x005A)
dtptngen_impl.h 60 #define CAP_Z ((UChar)0x005A)
plurrule_impl.h 64 static const UChar CAP_Z = ((UChar)0x005A);
dtptngen.cpp 196 {CAP_Z, UDATPG_ZONE_FIELD, DT_NARROW - DT_DELTA, 1, 3},
197 {CAP_Z, UDATPG_ZONE_FIELD, DT_LONG - DT_DELTA, 4, 0},
198 {CAP_Z, UDATPG_ZONE_FIELD, DT_SHORT - DT_DELTA, 5, 0},
491 if (gotMm || ch==LOW_Z || ch==CAP_Z || ch==LOW_V || ch==CAP_V) {
    [all...]
dtitvfmt.cpp 853 case CAP_Z:
    [all...]

Completed in 113 milliseconds