Home | History | Annotate | Download | only in intltest

Lines Matching refs:LocaleKey

114         return LocaleKey::createWithCanonicalFallback(id, NULL, status); // no fallback locale
498 return LocaleKey::createWithCanonicalFallback(id, NULL, status); // no fallback locale
1061 UnicodeString* target = (UnicodeString*)service.get("de_US", LocaleKey::KIND_ANY, status);
1085 UnicodeString* target = (UnicodeString*)service.get("de_US", LocaleKey::KIND_ANY, &actualReturn, status);
1131 LocaleKey* lkey = LocaleKey::createWithCanonicalFallback(&english, NULL, 1234, status);
1381 // LocaleKey
1386 LocaleKey* key = LocaleKey::createWithCanonicalFallback(&primary, &fallback, status);
1388 if (key->getDynamicClassID() != LocaleKey::getStaticClassID()) {
1389 errln("localekey rtti error");
1393 errln("localekey should be fallback for en_US_FOOBAR");
1396 errln("localekey should be fallback for en_US");
1399 errln("localekey should not be fallback for en");
1411 key = LocaleKey::createWithCanonicalFallback(&primary, &fallback, status);
1437 key = LocaleKey::createWithCanonicalFallback(&primary, &fallback, 123, status);
1458 key = LocaleKey::createWithCanonicalFallback(&primary, &fallback, status);