Home
last modified time | relevance | path

Searched refs:lkey (Results 1 – 8 of 8) sorted by relevance

/external/icu4c/common/
Dservslkf.cpp66 const LocaleKey& lkey = (const LocaleKey&)key; in create() local
67 if (_kind == LocaleKey::KIND_ANY || _kind == lkey.kind()) { in create()
69 lkey.currentID(keyID); in create()
Dservlkf.cpp48 const LocaleKey& lkey = (const LocaleKey&)key; in create() local
49 int32_t kind = lkey.kind(); in create()
51 lkey.currentLocale(loc); in create()
Dbrkiter.cpp247 LocaleKey& lkey = (LocaleKey&)key; in handleDefault() local
248 int32_t kind = lkey.kind(); in handleDefault()
250 lkey.currentLocale(loc); in handleDefault()
/external/icu4c/i18n/
Dcoll.cpp123 const LocaleKey& lkey = (const LocaleKey&)key; in create() local
128 lkey.canonicalLocale(loc); in create()
151 LocaleKey& lkey = (LocaleKey&)key; in handleDefault() local
159 lkey.canonicalLocale(loc); in handleDefault()
176 const LocaleKey& lkey = (const LocaleKey&)key; in getKey() local
181 result->setLocales(lkey.canonicalLocale(canonicalLocale), currentLocale, currentLocale); in getKey()
659 const LocaleKey& lkey = (const LocaleKey&)key; in create() local
661 lkey.currentLocale(validLoc); in create()
Dnumfmt.cpp788 const LocaleKey& lkey = (const LocaleKey&)key; in create() local
790 lkey.canonicalLocale(loc); in create()
791 int32_t kind = lkey.kind(); in create()
841 LocaleKey& lkey = (LocaleKey&)key; in handleDefault() local
842 int32_t kind = lkey.kind(); in handleDefault()
844 lkey.currentLocale(loc); in handleDefault()
Dcalendar.cpp390 const LocaleKey& lkey = (LocaleKey&)key; in create() local
394 lkey.currentLocale(curLoc); in create()
395 lkey.canonicalLocale(canLoc); in create()
430 LocaleKey &lkey = (LocaleKey&)key; in create() local
432 lkey.currentLocale(loc); in create()
470 LocaleKey& lkey = (LocaleKey&)key; in handleDefault() local
474 lkey.canonicalLocale(loc); in handleDefault()
478 lkey.currentLocale(loc2); in handleDefault()
/external/icu4c/test/intltest/
Dicusvtst.cpp1131 LocaleKey* lkey = LocaleKey::createWithCanonicalFallback(&english, NULL, 1234, status); in testLocale() local
1132 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()
/external/clang/test/CodeGen/
D2008-03-24-BitField-And-Alloca.c62 unsigned long long lkey; member