Home
last modified time | relevance | path

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

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