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

  /external/icu4c/i18n/unicode/
tmutfmt.h 37 UTMUTFMT_FULL_STYLE,
  /external/icu4c/i18n/
tmutfmt.cpp 83 create(Locale::getDefault(), UTMUTFMT_FULL_STYLE, status);
90 create(locale, UTMUTFMT_FULL_STYLE, status);
105 fStyle(UTMUTFMT_FULL_STYLE)
272 for (UTimeUnitFormatStyle style = UTMUTFMT_FULL_STYLE; style < UTMUTFMT_FORMAT_STYLE_COUNT;
365 if (style < UTMUTFMT_FULL_STYLE || style > UTMUTFMT_ABBREVIATED_STYLE) {
400 readFromCurrentLocale(UTMUTFMT_FULL_STYLE, gUnitsTag, pluralCounts, err);
401 checkConsistency(UTMUTFMT_FULL_STYLE, gUnitsTag, err);
518 formatters[UTMUTFMT_FULL_STYLE] = NULL;
656 formatters[UTMUTFMT_FULL_STYLE] = NULL;
735 formatters[UTMUTFMT_FULL_STYLE] = NULL
    [all...]

Completed in 61 milliseconds