Home
last modified time | relevance | path

Searched refs:readFromCurrentLocale (Results 1 – 3 of 3) sorted by relevance

/external/icu/libicu/cts_headers/unicode/
Dtmutfmt.h212 …void readFromCurrentLocale(UTimeUnitFormatStyle style, const char* key, const UVector& pluralCount…
/external/icu/icu4c/source/i18n/unicode/
Dtmutfmt.h212 …void readFromCurrentLocale(UTimeUnitFormatStyle style, const char* key, const UVector& pluralCount…
/external/icu/icu4c/source/i18n/
Dtmutfmt.cpp332 readFromCurrentLocale(UTMUTFMT_FULL_STYLE, gUnitsTag, pluralCounts, err); in setup()
334 readFromCurrentLocale(UTMUTFMT_ABBREVIATED_STYLE, gShortUnitsTag, pluralCounts, err); in setup()
462 TimeUnitFormat::readFromCurrentLocale(UTimeUnitFormatStyle style, const char* key, in readFromCurrentLocale() function in TimeUnitFormat