Lines Matching refs:LocaleKey
114 return LocaleKey::createWithCanonicalFallback(id, NULL, status); // no fallback locale
498 return LocaleKey::createWithCanonicalFallback(id, NULL, status); // no fallback locale
1060 UnicodeString* target = (UnicodeString*)service.get("de_US", LocaleKey::KIND_ANY, status);
1084 UnicodeString* target = (UnicodeString*)service.get("de_US", LocaleKey::KIND_ANY, &actualReturn, status);
1130 LocaleKey* lkey = LocaleKey::createWithCanonicalFallback(&english, NULL, 1234, status);
1380 // LocaleKey
1385 LocaleKey* key = LocaleKey::createWithCanonicalFallback(&primary, &fallback, status);
1387 if (key->getDynamicClassID() != LocaleKey::getStaticClassID()) {
1388 errln("localekey rtti error");
1392 errln("localekey should be fallback for en_US_FOOBAR");
1395 errln("localekey should be fallback for en_US");
1398 errln("localekey should not be fallback for en");
1410 key = LocaleKey::createWithCanonicalFallback(&primary, &fallback, status);
1436 key = LocaleKey::createWithCanonicalFallback(&primary, &fallback, 123, status);
1457 key = LocaleKey::createWithCanonicalFallback(&primary, &fallback, status);