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

  /external/icu4c/i18n/unicode/
tmutfmt.h 37 UTMUTFMT_FULL_STYLE,
  /external/icu4c/i18n/
tmutfmt.cpp 81 create(Locale::getDefault(), UTMUTFMT_FULL_STYLE, status);
88 create(locale, UTMUTFMT_FULL_STYLE, status);
103 fStyle(UTMUTFMT_FULL_STYLE)
270 for (UTimeUnitFormatStyle style = UTMUTFMT_FULL_STYLE; style < UTMUTFMT_FORMAT_STYLE_COUNT;
363 if (style < UTMUTFMT_FULL_STYLE || style > UTMUTFMT_ABBREVIATED_STYLE) {
388 readFromCurrentLocale(UTMUTFMT_FULL_STYLE, gUnitsTag, err);
389 checkConsistency(UTMUTFMT_FULL_STYLE, gUnitsTag, err);
501 formatters[UTMUTFMT_FULL_STYLE] = NULL;
638 formatters[UTMUTFMT_FULL_STYLE] = NULL;
717 formatters[UTMUTFMT_FULL_STYLE] = NULL
    [all...]
  /external/icu4c/test/intltest/
tufmtts.cpp 44 formats[UTMUTFMT_FULL_STYLE] = new TimeUnitFormat(loc, status);
51 for (int style = UTMUTFMT_FULL_STYLE;
93 delete formats[UTMUTFMT_FULL_STYLE];
189 TimeUnitFormat* en_long = new TimeUnitFormat(Locale("en"), UTMUTFMT_FULL_STYLE, status);
216 UTimeUnitFormatStyle styles[] = {UTMUTFMT_FULL_STYLE, UTMUTFMT_ABBREVIATED_STYLE};

Completed in 93 milliseconds