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

  /external/chromium_org/third_party/icu/source/i18n/unicode/
tmutfmt.h 37 UTMUTFMT_FULL_STYLE,
  /external/icu/icu4c/source/i18n/unicode/
tmutfmt.h 39 UTMUTFMT_FULL_STYLE,
  /external/chromium_org/third_party/icu/source/i18n/
tmutfmt.cpp 82 create(Locale::getDefault(), UTMUTFMT_FULL_STYLE, status);
89 create(locale, UTMUTFMT_FULL_STYLE, status);
104 fStyle(UTMUTFMT_FULL_STYLE)
271 for (UTimeUnitFormatStyle style = UTMUTFMT_FULL_STYLE; style < UTMUTFMT_FORMAT_STYLE_COUNT;
363 if (style < UTMUTFMT_FULL_STYLE || style >= UTMUTFMT_FORMAT_STYLE_COUNT) {
398 readFromCurrentLocale(UTMUTFMT_FULL_STYLE, gUnitsTag, pluralCounts, err);
399 checkConsistency(UTMUTFMT_FULL_STYLE, gUnitsTag, err);
514 formatters[UTMUTFMT_FULL_STYLE] = NULL;
652 formatters[UTMUTFMT_FULL_STYLE] = NULL;
731 formatters[UTMUTFMT_FULL_STYLE] = NULL
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
tufmtts.cpp 45 formats[UTMUTFMT_FULL_STYLE] = new TimeUnitFormat(loc, status);
52 for (int style = UTMUTFMT_FULL_STYLE;
94 delete formats[UTMUTFMT_FULL_STYLE];
190 TimeUnitFormat* en_long = new TimeUnitFormat(Locale("en"), UTMUTFMT_FULL_STYLE, status);
217 UTimeUnitFormatStyle styles[] = {UTMUTFMT_FULL_STYLE, UTMUTFMT_ABBREVIATED_STYLE};
  /external/icu/icu4c/source/i18n/
tmutfmt.cpp 81 create(UTMUTFMT_FULL_STYLE, status);
87 create(UTMUTFMT_FULL_STYLE, status);
93 case UTMUTFMT_FULL_STYLE:
203 for (UTimeUnitFormatStyle style = UTMUTFMT_FULL_STYLE; style < UTMUTFMT_FORMAT_STYLE_COUNT;
298 if (style < UTMUTFMT_FULL_STYLE || style >= UTMUTFMT_FORMAT_STYLE_COUNT) {
328 readFromCurrentLocale(UTMUTFMT_FULL_STYLE, gUnitsTag, pluralCounts, err);
329 checkConsistency(UTMUTFMT_FULL_STYLE, gUnitsTag, err);
436 formatters[UTMUTFMT_FULL_STYLE] = NULL;
571 formatters[UTMUTFMT_FULL_STYLE] = NULL;
647 formatters[UTMUTFMT_FULL_STYLE] = NULL
    [all...]
  /external/icu/icu4c/source/test/intltest/
tufmtts.cpp 66 formats[UTMUTFMT_FULL_STYLE] = new TimeUnitFormat(loc, status);
73 for (int style = UTMUTFMT_FULL_STYLE;
115 delete formats[UTMUTFMT_FULL_STYLE];
240 TimeUnitFormat* en_long = new TimeUnitFormat(Locale("en"), UTMUTFMT_FULL_STYLE, status);
267 UTimeUnitFormatStyle styles[] = {UTMUTFMT_FULL_STYLE, UTMUTFMT_ABBREVIATED_STYLE};

Completed in 997 milliseconds