Searched refs:UTMUTFMT_FULL_STYLE (Results 1 - 6 of 6) sorted by relevance

/external/icu/icu4c/source/i18n/unicode/
H A Dtmutfmt.h39 UTMUTFMT_FULL_STYLE, enumerator in enum:UTimeUnitFormatStyle
/external/chromium_org/third_party/icu/source/i18n/
H A Dtmutfmt.cpp82 create(Locale::getDefault(), UTMUTFMT_FULL_STYLE, status); local
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]
[all...]
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dtufmtts.cpp45 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/
H A Dtmutfmt.cpp81 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]
[all...]
/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Dtmutfmt.h37 UTMUTFMT_FULL_STYLE, enumerator in enum:UTimeUnitFormatStyle
/external/icu/icu4c/source/test/intltest/
H A Dtufmtts.cpp66 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 82 milliseconds