Searched refs:UTMUTFMT_FULL_STYLE (Results 1 – 3 of 3) sorted by relevance
/external/icu/icu4c/source/i18n/ |
D | tmutfmt.cpp | 82 create(UTMUTFMT_FULL_STYLE, status); in TimeUnitFormat() 88 create(UTMUTFMT_FULL_STYLE, status); in TimeUnitFormat() 94 case UTMUTFMT_FULL_STYLE: in TimeUnitFormat() 204 … for (UTimeUnitFormatStyle style = UTMUTFMT_FULL_STYLE; style < UTMUTFMT_FORMAT_STYLE_COUNT; in parseObject() 299 if (style < UTMUTFMT_FULL_STYLE || style >= UTMUTFMT_FORMAT_STYLE_COUNT) { in create() 329 readFromCurrentLocale(UTMUTFMT_FULL_STYLE, gUnitsTag, pluralCounts, err); in setup() 330 checkConsistency(UTMUTFMT_FULL_STYLE, gUnitsTag, err); in setup() 437 formatters[UTMUTFMT_FULL_STYLE] = NULL; in readFromCurrentLocale() 572 formatters[UTMUTFMT_FULL_STYLE] = NULL; in searchInLocaleChain() 648 formatters[UTMUTFMT_FULL_STYLE] = NULL; in searchInLocaleChain() [all …]
|
/external/icu/icu4c/source/test/intltest/ |
D | tufmtts.cpp | 65 formats[UTMUTFMT_FULL_STYLE] = new TimeUnitFormat(loc, status); in testBasic() 72 for (int style = UTMUTFMT_FULL_STYLE; in testBasic() 114 delete formats[UTMUTFMT_FULL_STYLE]; in testBasic() 239 TimeUnitFormat* en_long = new TimeUnitFormat(Locale("en"), UTMUTFMT_FULL_STYLE, status); in testAPI() 266 UTimeUnitFormatStyle styles[] = {UTMUTFMT_FULL_STYLE, UTMUTFMT_ABBREVIATED_STYLE}; in testGreekWithFallback()
|
/external/icu/icu4c/source/i18n/unicode/ |
D | tmutfmt.h | 39 UTMUTFMT_FULL_STYLE, enumerator
|