Searched refs:UTMUTFMT_FULL_STYLE (Results 1 - 3 of 3) sorted by relevance
/external/icu/icu4c/source/i18n/unicode/ |
H A D | tmutfmt.h | 39 UTMUTFMT_FULL_STYLE, enumerator in enum:UTimeUnitFormatStyle
|
/external/icu/icu4c/source/i18n/ |
H A D | tmutfmt.cpp | 82 create(UTMUTFMT_FULL_STYLE, status); 88 create(UTMUTFMT_FULL_STYLE, status); 94 case UTMUTFMT_FULL_STYLE: 204 for (UTimeUnitFormatStyle style = UTMUTFMT_FULL_STYLE; style < UTMUTFMT_FORMAT_STYLE_COUNT; 299 if (style < UTMUTFMT_FULL_STYLE || style >= UTMUTFMT_FORMAT_STYLE_COUNT) { 329 readFromCurrentLocale(UTMUTFMT_FULL_STYLE, gUnitsTag, pluralCounts, err); 330 checkConsistency(UTMUTFMT_FULL_STYLE, gUnitsTag, err); 437 formatters[UTMUTFMT_FULL_STYLE] = NULL; 572 formatters[UTMUTFMT_FULL_STYLE] = NULL; 648 formatters[UTMUTFMT_FULL_STYLE] [all...] |
/external/icu/icu4c/source/test/intltest/ |
H A D | tufmtts.cpp | 109 formats[UTMUTFMT_FULL_STYLE] = new TimeUnitFormat(loc, status); 116 for (int style = UTMUTFMT_FULL_STYLE; 158 delete formats[UTMUTFMT_FULL_STYLE]; 283 TimeUnitFormat* en_long = new TimeUnitFormat(Locale("en"), UTMUTFMT_FULL_STYLE, status); 310 UTimeUnitFormatStyle styles[] = {UTMUTFMT_FULL_STYLE, UTMUTFMT_ABBREVIATED_STYLE};
|
Completed in 56 milliseconds