Searched refs:lkey (Results 1 – 8 of 8) sorted by relevance
66 const LocaleKey& lkey = (const LocaleKey&)key; in create() local67 if (_kind == LocaleKey::KIND_ANY || _kind == lkey.kind()) { in create()69 lkey.currentID(keyID); in create()
48 const LocaleKey& lkey = (const LocaleKey&)key; in create() local49 int32_t kind = lkey.kind(); in create()51 lkey.currentLocale(loc); in create()
247 LocaleKey& lkey = (LocaleKey&)key; in handleDefault() local248 int32_t kind = lkey.kind(); in handleDefault()250 lkey.currentLocale(loc); in handleDefault()
123 const LocaleKey& lkey = (const LocaleKey&)key; in create() local128 lkey.canonicalLocale(loc); in create()151 LocaleKey& lkey = (LocaleKey&)key; in handleDefault() local159 lkey.canonicalLocale(loc); in handleDefault()176 const LocaleKey& lkey = (const LocaleKey&)key; in getKey() local181 result->setLocales(lkey.canonicalLocale(canonicalLocale), currentLocale, currentLocale); in getKey()659 const LocaleKey& lkey = (const LocaleKey&)key; in create() local661 lkey.currentLocale(validLoc); in create()
788 const LocaleKey& lkey = (const LocaleKey&)key; in create() local790 lkey.canonicalLocale(loc); in create()791 int32_t kind = lkey.kind(); in create()841 LocaleKey& lkey = (LocaleKey&)key; in handleDefault() local842 int32_t kind = lkey.kind(); in handleDefault()844 lkey.currentLocale(loc); in handleDefault()
390 const LocaleKey& lkey = (LocaleKey&)key; in create() local394 lkey.currentLocale(curLoc); in create()395 lkey.canonicalLocale(canLoc); in create()430 LocaleKey &lkey = (LocaleKey&)key; in create() local432 lkey.currentLocale(loc); in create()470 LocaleKey& lkey = (LocaleKey&)key; in handleDefault() local474 lkey.canonicalLocale(loc); in handleDefault()478 lkey.currentLocale(loc2); in handleDefault()
1131 LocaleKey* lkey = LocaleKey::createWithCanonicalFallback(&english, NULL, 1234, status); in testLocale() local1132 logln("lkey prefix: " + lkey->prefix(result)); in testLocale()1134 logln("lkey descriptor: " + lkey->currentDescriptor(result)); in testLocale()1136 logln(UnicodeString("lkey current locale: ") + lkey->currentLocale(localeResult).getName()); in testLocale()1139 lkey->fallback(); in testLocale()1140 logln("lkey descriptor 2: " + lkey->currentDescriptor(result)); in testLocale()1143 lkey->fallback(); in testLocale()1144 logln("lkey descriptor 3: " + lkey->currentDescriptor(result)); in testLocale()1146 delete lkey; // tentatively weiv in testLocale()
62 unsigned long long lkey; member