Searched refs:LocaleKey (Results 1 – 18 of 18) sorted by relevance
28 LocaleKey*29 LocaleKey::createWithCanonicalFallback(const UnicodeString* primaryID, in createWithCanonicalFallback()33 return LocaleKey::createWithCanonicalFallback(primaryID, canonicalFallbackID, KIND_ANY, status); in createWithCanonicalFallback()36 LocaleKey*37 LocaleKey::createWithCanonicalFallback(const UnicodeString* primaryID, in createWithCanonicalFallback()47 return new LocaleKey(*primaryID, canonicalPrimaryID, canonicalFallbackID, kind); in createWithCanonicalFallback()50 LocaleKey::LocaleKey(const UnicodeString& primaryID, in LocaleKey() function in LocaleKey70 LocaleKey::~LocaleKey() {} in ~LocaleKey()73 LocaleKey::prefix(UnicodeString& result) const { in prefix()84 LocaleKey::kind() const { in kind()[all …]
46 return get(locale, LocaleKey::KIND_ANY, NULL, status); in get()58 return get(locale, LocaleKey::KIND_ANY, actualReturn, status); in get()99 return registerInstance(objToAdopt, loc, LocaleKey::KIND_ANY, in registerInstance()106 …return registerInstance(objToAdopt, locale, LocaleKey::KIND_ANY, LocaleKeyFactory::VISIBLE, status… in registerInstance()130 …return registerInstance(objToAdopt, locale, LocaleKey::KIND_ANY, LocaleKeyFactory::VISIBLE, status…136 return registerInstance(objToAdopt, locale, LocaleKey::KIND_ANY,279 return LocaleKey::createWithCanonicalFallback(id, &validateFallbackLocale(), status); in createKey()285 return LocaleKey::createWithCanonicalFallback(id, &validateFallbackLocale(), kind, status); in createKey()
42 class LocaleKey;64 class U_COMMON_API LocaleKey : public ICUServiceKey {79 static LocaleKey* createWithCanonicalFallback(const UnicodeString* primaryID, 86 static LocaleKey* createWithCanonicalFallback(const UnicodeString* primaryID, 98 LocaleKey(const UnicodeString& primaryID, 167 virtual ~LocaleKey();
65 const LocaleKey& lkey = (const LocaleKey&)key; in create()66 if (_kind == LocaleKey::KIND_ANY || _kind == lkey.kind()) { in create()
48 const LocaleKey& lkey = (const LocaleKey&)key; in create()
247 LocaleKey& lkey = (LocaleKey&)key; in handleDefault()
43 return get(locale, LocaleKey.KIND_ANY, null); in get()59 return get(locale, LocaleKey.KIND_ANY, actualReturn); in get()92 return registerObject(obj, locale, LocaleKey.KIND_ANY, true); in registerObject()101 return registerObject(obj, locale, LocaleKey.KIND_ANY, visible); in registerObject()164 public static class LocaleKey extends ICUService.Key { class in ICULocaleService176 …public static LocaleKey createWithCanonicalFallback(String primaryID, String canonicalFallbackID) { in createWithCanonicalFallback()183 …public static LocaleKey createWithCanonicalFallback(String primaryID, String canonicalFallbackID, … in createWithCanonicalFallback()188 return new LocaleKey(primaryID, canonicalPrimaryID, canonicalFallbackID, kind); in createWithCanonicalFallback()194 …public static LocaleKey createWithCanonical(ULocale locale, String canonicalFallbackID, int kind) { in createWithCanonical()199 return new LocaleKey(canonicalPrimaryID, canonicalPrimaryID, canonicalFallbackID, kind); in createWithCanonical()[all …]
39 return get(locale, LocaleKey.KIND_ANY, null); in get()55 return get(locale, LocaleKey.KIND_ANY, actualReturn); in get()88 return registerObject(obj, locale, LocaleKey.KIND_ANY, true); in registerObject()97 return registerObject(obj, locale, LocaleKey.KIND_ANY, visible); in registerObject()160 public static class LocaleKey extends ICUService.Key { class in ICULocaleService172 …public static LocaleKey createWithCanonicalFallback(String primaryID, String canonicalFallbackID) { in createWithCanonicalFallback()179 …public static LocaleKey createWithCanonicalFallback(String primaryID, String canonicalFallbackID, … in createWithCanonicalFallback()184 return new LocaleKey(primaryID, canonicalPrimaryID, canonicalFallbackID, kind); in createWithCanonicalFallback()190 …public static LocaleKey createWithCanonical(ULocale locale, String canonicalFallbackID, int kind) { in createWithCanonical()195 return new LocaleKey(canonicalPrimaryID, canonicalPrimaryID, canonicalFallbackID, kind); in createWithCanonical()[all …]
16 import android.icu.impl.ICULocaleService.LocaleKey;52 if (!handlesKey(key) || !(key instanceof LocaleKey)) { in create()56 LocaleKey lkey = (LocaleKey)key; in create()
15 import com.ibm.icu.impl.ICULocaleService.LocaleKey;51 if (!handlesKey(key) || !(key instanceof LocaleKey)) { in create()55 LocaleKey lkey = (LocaleKey)key; in create()
27 import android.icu.impl.ICULocaleService.LocaleKey;108 return LocaleKey.createWithCanonicalFallback(id, null); // no fallback locale in createKey()685 target = service.get(de_US, LocaleKey.KIND_ANY); in TestLocale()697 target = service.get(de_US, LocaleKey.KIND_ANY, actualReturn); in TestLocale()717 LocaleKey lkey = LocaleKey.createWithCanonicalFallback("en", null, 1234); in TestLocale()923 LocaleKey lkey = LocaleKey.createWithCanonicalFallback("en_US", "ja_JP"); in TestCoverage()926 lkey = LocaleKey.createWithCanonicalFallback(null, null); in TestCoverage()
26 import com.ibm.icu.impl.ICULocaleService.LocaleKey;104 return LocaleKey.createWithCanonicalFallback(id, null); // no fallback locale in createKey()681 target = service.get(de_US, LocaleKey.KIND_ANY); in TestLocale()693 target = service.get(de_US, LocaleKey.KIND_ANY, actualReturn); in TestLocale()713 LocaleKey lkey = LocaleKey.createWithCanonicalFallback("en", null, 1234); in TestLocale()919 LocaleKey lkey = LocaleKey.createWithCanonicalFallback("en_US", "ja_JP"); in TestCoverage()922 lkey = LocaleKey.createWithCanonicalFallback(null, null); in TestCoverage()
114 return LocaleKey::createWithCanonicalFallback(id, NULL, status); // no fallback locale in createKey()498 return LocaleKey::createWithCanonicalFallback(id, NULL, status); // no fallback locale in createKey()1060 UnicodeString* target = (UnicodeString*)service.get("de_US", LocaleKey::KIND_ANY, status); in testLocale()1084 …UnicodeString* target = (UnicodeString*)service.get("de_US", LocaleKey::KIND_ANY, &actualReturn, s… in testLocale()1130 LocaleKey* lkey = LocaleKey::createWithCanonicalFallback(&english, NULL, 1234, status); in testLocale()1385 LocaleKey* key = LocaleKey::createWithCanonicalFallback(&primary, &fallback, status); in testCoverage()1387 if (key->getDynamicClassID() != LocaleKey::getStaticClassID()) { in testCoverage()1410 key = LocaleKey::createWithCanonicalFallback(&primary, &fallback, status); in testCoverage()1436 key = LocaleKey::createWithCanonicalFallback(&primary, &fallback, 123, status); in testCoverage()1457 key = LocaleKey::createWithCanonicalFallback(&primary, &fallback, status); in testCoverage()
480 …TESTCLASSID_FACTORY(LocaleKey, LocaleKey::createWithCanonicalFallback(&baz, &bat, LocaleKey::KIND_… in testIDs()
136 const LocaleKey& lkey = (const LocaleKey&)key; in create()166 LocaleKey& lkey = (LocaleKey&)key; in handleDefault()740 const LocaleKey& lkey = (const LocaleKey&)key; in create()
438 if(dynamic_cast<const LocaleKey*>(&key) == NULL) { in create()442 const LocaleKey& lkey = (LocaleKey&)key; in create()484 LocaleKey &lkey = (LocaleKey&)key; in create()528 LocaleKey& lkey = (LocaleKey&)key; in handleDefault()870 u = getCalendarService(success)->get(aLocale, LocaleKey::KIND_ANY, &actualLoc, success); in makeInstance()905 … c = (Calendar*)getCalendarService(success)->get(l, LocaleKey::KIND_ANY, &actualLoc2, success); in makeInstance()
890 const LocaleKey& lkey = (const LocaleKey&)key; in create()951 LocaleKey& lkey = (LocaleKey&)key; in handleDefault()
META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...