Home | History | Annotate | Download | only in intltest

Lines Matching defs:lkey

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