Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dtmutfmt.cpp58 static const char gShortUnitsTag[] = "unitsShort"; variable
331 readFromCurrentLocale(UTMUTFMT_ABBREVIATED_STYLE, gShortUnitsTag, pluralCounts, err); in setup()
332 checkConsistency(UTMUTFMT_ABBREVIATED_STYLE, gShortUnitsTag, err); in setup()
603 if ( locNameLen == 0 && uprv_strcmp(key, gShortUnitsTag) == 0) { in searchInLocaleChain()