Home | History | Annotate | Download | only in intltest

Lines Matching refs:LocaleKey

117         return LocaleKey::createWithCanonicalFallback(id, NULL, status); // no fallback locale
501 return LocaleKey::createWithCanonicalFallback(id, NULL, status); // no fallback locale
1063 UnicodeString* target = (UnicodeString*)service.get("de_US", LocaleKey::KIND_ANY, status);
1087 UnicodeString* target = (UnicodeString*)service.get("de_US", LocaleKey::KIND_ANY, &actualReturn, status);
1133 LocaleKey* lkey = LocaleKey::createWithCanonicalFallback(&english, NULL, 1234, status);
1383 // LocaleKey
1388 LocaleKey* key = LocaleKey::createWithCanonicalFallback(&primary, &fallback, status);
1390 if (key->getDynamicClassID() != LocaleKey::getStaticClassID()) {
1391 errln("localekey rtti error");
1395 errln("localekey should be fallback for en_US_FOOBAR");
1398 errln("localekey should be fallback for en_US");
1401 errln("localekey should not be fallback for en");
1413 key = LocaleKey::createWithCanonicalFallback(&primary, &fallback, status);
1439 key = LocaleKey::createWithCanonicalFallback(&primary, &fallback, 123, status);
1460 key = LocaleKey::createWithCanonicalFallback(&primary, &fallback, status);