Home
last modified time | relevance | path

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

/external/icu4c/common/
Dservlk.cpp30 LocaleKey::createWithCanonicalFallback(const UnicodeString* primaryID, in createWithCanonicalFallback() function in LocaleKey
34 return LocaleKey::createWithCanonicalFallback(primaryID, canonicalFallbackID, KIND_ANY, status); in createWithCanonicalFallback()
38 LocaleKey::createWithCanonicalFallback(const UnicodeString* primaryID, in createWithCanonicalFallback() function in LocaleKey
Dservloc.h79 static LocaleKey* createWithCanonicalFallback(const UnicodeString* primaryID,
86 static LocaleKey* createWithCanonicalFallback(const UnicodeString* primaryID,
Dservls.cpp283 return LocaleKey::createWithCanonicalFallback(id, &validateFallbackLocale(), status); in createKey()
289 return LocaleKey::createWithCanonicalFallback(id, &validateFallbackLocale(), kind, status); in createKey()
/external/icu4c/test/intltest/
Dicusvtst.cpp114 return LocaleKey::createWithCanonicalFallback(id, NULL, status); // no fallback locale in createKey()
495 return LocaleKey::createWithCanonicalFallback(id, NULL, status); // no fallback locale in createKey()
1127 LocaleKey* lkey = LocaleKey::createWithCanonicalFallback(&english, NULL, 1234, status); in testLocale()
1382 LocaleKey* key = LocaleKey::createWithCanonicalFallback(&primary, &fallback, status); in testCoverage()
1407 key = LocaleKey::createWithCanonicalFallback(&primary, &fallback, status); in testCoverage()
1433 key = LocaleKey::createWithCanonicalFallback(&primary, &fallback, 123, status); in testCoverage()
1454 key = LocaleKey::createWithCanonicalFallback(&primary, &fallback, status); in testCoverage()
Duobjtest.cpp360 …TESTCLASSID_FACTORY(LocaleKey, LocaleKey::createWithCanonicalFallback(&baz, &bat, LocaleKey::KIND_… in testIDs()