Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Dlocutil.cpp202 LocaleUtility::getAvailableLocaleNames(const UnicodeString& bundleID) in getAvailableLocaleNames() argument
221 htp = (Hashtable*) cache->get(bundleID); in getAvailableLocaleNames()
228 cbundleID.appendInvariantChars(bundleID, status); in getAvailableLocaleNames()
244 Hashtable *t = static_cast<Hashtable *>(cache->get(bundleID)); in getAvailableLocaleNames()
252 cache->put(bundleID, (void*)htp, status); in getAvailableLocaleNames()
Dlocutil.h28 static const Hashtable* getAvailableLocaleNames(const UnicodeString& bundleID);