Home | History | Annotate | Download | only in intltest

Lines Matching full:lkey

1127         LocaleKey* lkey = LocaleKey::createWithCanonicalFallback(&english, NULL, 1234, status);
1128 logln("lkey prefix: " + lkey->prefix(result));
1130 logln("lkey descriptor: " + lkey->currentDescriptor(result));
1132 logln(UnicodeString("lkey current locale: ") + lkey->currentLocale(localeResult).getName());
1135 lkey->fallback();
1136 logln("lkey descriptor 2: " + lkey->currentDescriptor(result));
1139 lkey->fallback();
1140 logln("lkey descriptor 3: " + lkey->currentDescriptor(result));
1142 delete lkey; // tentatively weiv