Searched refs:UTMUTFMT_FULL_STYLE (Results 1 – 3 of 3) sorted by relevance
/external/icu/icu4c/source/i18n/ |
D | tmutfmt.cpp | 85 create(UTMUTFMT_FULL_STYLE, status); in TimeUnitFormat() 91 create(UTMUTFMT_FULL_STYLE, status); in TimeUnitFormat() 97 case UTMUTFMT_FULL_STYLE: in TimeUnitFormat() 207 … for (UTimeUnitFormatStyle style = UTMUTFMT_FULL_STYLE; style < UTMUTFMT_FORMAT_STYLE_COUNT; in parseObject() 302 if (style < UTMUTFMT_FULL_STYLE || style >= UTMUTFMT_FORMAT_STYLE_COUNT) { in create() 332 readFromCurrentLocale(UTMUTFMT_FULL_STYLE, gUnitsTag, pluralCounts, err); in setup() 333 checkConsistency(UTMUTFMT_FULL_STYLE, gUnitsTag, err); in setup() 440 localFormatters[UTMUTFMT_FULL_STYLE] = NULL; in put() 585 localFormatters[UTMUTFMT_FULL_STYLE] = NULL; in searchInLocaleChain() 660 formatters[UTMUTFMT_FULL_STYLE] = NULL; in searchInLocaleChain() [all …]
|
/external/icu/icu4c/source/test/intltest/ |
D | tufmtts.cpp | 111 formats[UTMUTFMT_FULL_STYLE] = new TimeUnitFormat(loc, status); in testBasic() 118 for (int style = UTMUTFMT_FULL_STYLE; in testBasic() 160 delete formats[UTMUTFMT_FULL_STYLE]; in testBasic() 285 TimeUnitFormat* en_long = new TimeUnitFormat(Locale("en"), UTMUTFMT_FULL_STYLE, status); in testAPI() 312 UTimeUnitFormatStyle styles[] = {UTMUTFMT_FULL_STYLE, UTMUTFMT_ABBREVIATED_STYLE}; in testGreekWithFallback()
|
/external/icu/icu4c/source/i18n/unicode/ |
D | tmutfmt.h | 41 UTMUTFMT_FULL_STYLE, enumerator
|