Home
last modified time | relevance | path

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

/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DICUServiceTest.java713 LocaleKey lkey = LocaleKey.createWithCanonicalFallback("en", null, 1234); in TestLocale() local
714 logln("lkey prefix: " + lkey.prefix()); in TestLocale()
715 logln("lkey descriptor: " + lkey.currentDescriptor()); in TestLocale()
716 logln("lkey current locale: " + lkey.currentLocale()); in TestLocale()
718 lkey.fallback(); in TestLocale()
719 logln("lkey descriptor 2: " + lkey.currentDescriptor()); in TestLocale()
721 lkey.fallback(); in TestLocale()
722 logln("lkey descriptor 3: " + lkey.currentDescriptor()); in TestLocale()
919 LocaleKey lkey = LocaleKey.createWithCanonicalFallback("en_US", "ja_JP"); in TestCoverage() local
920 logln("lkey: " + lkey); in TestCoverage()
[all …]
/external/icu/icu4c/source/common/
Dservslkf.cpp65 const LocaleKey& lkey = (const LocaleKey&)key; in create() local
66 if (_kind == LocaleKey::KIND_ANY || _kind == lkey.kind()) { in create()
68 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.cpp246 LocaleKey& lkey = (LocaleKey&)key; in handleDefault() local
247 int32_t kind = lkey.kind(); in handleDefault()
249 lkey.currentLocale(loc); in handleDefault()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DNumberFormatServiceShim.java55 LocaleKey lkey = (LocaleKey)key; in create() local
56 Object result = delegate.createFormat(lkey.canonicalLocale(), lkey.kind()); in create()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DICULocaleService.java372 LocaleKey lkey = (LocaleKey)key; in create() local
373 int kind = lkey.kind(); in create()
375 ULocale uloc = lkey.currentLocale(); in create()
493 LocaleKey lkey = (LocaleKey)key; in create() local
494 if (kind != LocaleKey.KIND_ANY && kind != lkey.kind()) { in create()
497 if (!id.equals(lkey.currentID())) { in create()
/external/fio/engines/
Drdma.c413 rd->recv_sgl.lkey = rd->recv_mr->lkey; in fio_rdmaio_setup_control_msg_buffers()
421 rd->send_sgl.lkey = rd->send_mr->lkey; in fio_rdmaio_setup_control_msg_buffers()
477 r_io_u_d->rdma_sgl.lkey = io_u->mr->lkey; in fio_rdmaio_prep()
485 r_io_u_d->rdma_sgl.lkey = io_u->mr->lkey; in fio_rdmaio_prep()
495 r_io_u_d->rdma_sgl.lkey = io_u->mr->lkey; in fio_rdmaio_prep()
/external/icu/icu4c/source/i18n/
Dcoll.cpp136 const LocaleKey& lkey = (const LocaleKey&)key; in create() local
141 lkey.canonicalLocale(loc); in create()
166 LocaleKey& lkey = (LocaleKey&)key; in handleDefault() local
174 lkey.canonicalLocale(loc); in handleDefault()
740 const LocaleKey& lkey = (const LocaleKey&)key; in create() local
742 lkey.currentLocale(validLoc); in create()
Dnumfmt.cpp884 const LocaleKey& lkey = (const LocaleKey&)key; in create() local
886 lkey.canonicalLocale(loc); in create()
887 int32_t kind = lkey.kind(); in create()
945 LocaleKey& lkey = (LocaleKey&)key; in handleDefault() local
946 int32_t kind = lkey.kind(); in handleDefault()
948 lkey.currentLocale(loc); in handleDefault()
Dcalendar.cpp442 const LocaleKey& lkey = (LocaleKey&)key; in create() local
446 lkey.currentLocale(curLoc); in create()
447 lkey.canonicalLocale(canLoc); in create()
484 LocaleKey &lkey = (LocaleKey&)key; in create() local
486 lkey.currentLocale(loc); in create()
528 LocaleKey& lkey = (LocaleKey&)key; in handleDefault() local
532 lkey.canonicalLocale(loc); in handleDefault()
536 lkey.currentLocale(loc2); in handleDefault()
/external/icu/icu4c/source/test/intltest/
Dicusvtst.cpp1130 LocaleKey* lkey = LocaleKey::createWithCanonicalFallback(&english, NULL, 1234, status); in testLocale() local
1131 logln("lkey prefix: " + lkey->prefix(result)); in testLocale()
1133 logln("lkey descriptor: " + lkey->currentDescriptor(result)); in testLocale()
1135 logln(UnicodeString("lkey current locale: ") + lkey->currentLocale(localeResult).getName()); in testLocale()
1138 lkey->fallback(); in testLocale()
1139 logln("lkey descriptor 2: " + lkey->currentDescriptor(result)); in testLocale()
1142 lkey->fallback(); in testLocale()
1143 logln("lkey descriptor 3: " + lkey->currentDescriptor(result)); in testLocale()
1145 delete lkey; // tentatively weiv in testLocale()
/external/clang/test/CodeGen/
D2008-03-24-BitField-And-Alloca.c62 unsigned long long lkey; member
/external/kernel-headers/original/uapi/rdma/
Dib_user_verbs.h275 __u32 lkey; member
291 __u32 lkey; member
611 __u32 lkey; member
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DULocale.java3909 String lkey = toLegacyKey(bcpKey); in getInstance() local
3912 … if (lkey.equals("va") && ltype.equals("posix") && base.getVariant().length() == 0) { in getInstance()
3915 kwds.put(lkey, ltype); in getInstance()
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...