Lines Matching full:lkey
1130 LocaleKey* lkey = LocaleKey::createWithCanonicalFallback(&english, NULL, 1234, status);
1131 logln("lkey prefix: " + lkey->prefix(result));
1133 logln("lkey descriptor: " + lkey->currentDescriptor(result));
1135 logln(UnicodeString("lkey current locale: ") + lkey->currentLocale(localeResult).getName());
1138 lkey->fallback();
1139 logln("lkey descriptor 2: " + lkey->currentDescriptor(result));
1142 lkey->fallback();
1143 logln("lkey descriptor 3: " + lkey->currentDescriptor(result));
1145 delete lkey; // tentatively weiv