/external/icu/icu4c/source/common/ |
servslkf.cpp | 65 const LocaleKey& lkey = (const LocaleKey&)key; local 66 if (_kind == LocaleKey::KIND_ANY || _kind == lkey.kind()) { 68 lkey.currentID(keyID);
|
servlkf.cpp | 48 const LocaleKey& lkey = (const LocaleKey&)key; local 49 int32_t kind = lkey.kind(); 51 lkey.currentLocale(loc);
|
brkiter.cpp | 247 LocaleKey& lkey = (LocaleKey&)key; local 248 int32_t kind = lkey.kind(); 250 lkey.currentLocale(loc);
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
NumberFormatServiceShim.java | 56 LocaleKey lkey = (LocaleKey)key; local 57 Object result = delegate.createFormat(lkey.canonicalLocale(), lkey.kind());
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
NumberFormatServiceShim.java | 55 LocaleKey lkey = (LocaleKey)key; local 56 Object result = delegate.createFormat(lkey.canonicalLocale(), lkey.kind());
|
/external/clang/test/CodeGen/ |
2008-03-24-BitField-And-Alloca.c | 62 unsigned long long lkey; member in union:_Key
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/ |
ICUServiceTest.java | 717 LocaleKey lkey = LocaleKey.createWithCanonicalFallback("en", null, 1234); local 718 logln("lkey prefix: " + lkey.prefix()); 719 logln("lkey descriptor: " + lkey.currentDescriptor()); 720 logln("lkey current locale: " + lkey.currentLocale()); 722 lkey.fallback(); 723 logln("lkey descriptor 2: " + lkey.currentDescriptor()) 923 LocaleKey lkey = LocaleKey.createWithCanonicalFallback("en_US", "ja_JP"); local [all...] |
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
ICUServiceTest.java | 713 LocaleKey lkey = LocaleKey.createWithCanonicalFallback("en", null, 1234); local 714 logln("lkey prefix: " + lkey.prefix()); 715 logln("lkey descriptor: " + lkey.currentDescriptor()); 716 logln("lkey current locale: " + lkey.currentLocale()); 718 lkey.fallback(); 719 logln("lkey descriptor 2: " + lkey.currentDescriptor()) 919 LocaleKey lkey = LocaleKey.createWithCanonicalFallback("en_US", "ja_JP"); local [all...] |
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
ICULocaleService.java | 376 LocaleKey lkey = (LocaleKey)key; local 377 int kind = lkey.kind(); 379 ULocale uloc = lkey.currentLocale(); 497 LocaleKey lkey = (LocaleKey)key; local 498 if (kind != LocaleKey.KIND_ANY && kind != lkey.kind()) { 501 if (!id.equals(lkey.currentID())) {
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
ICULocaleService.java | 372 LocaleKey lkey = (LocaleKey)key; local 373 int kind = lkey.kind(); 375 ULocale uloc = lkey.currentLocale(); 493 LocaleKey lkey = (LocaleKey)key; local 494 if (kind != LocaleKey.KIND_ANY && kind != lkey.kind()) { 497 if (!id.equals(lkey.currentID())) {
|
/external/fio/engines/ |
rdma.c | 413 rd->recv_sgl.lkey = rd->recv_mr->lkey; 421 rd->send_sgl.lkey = rd->send_mr->lkey; 477 r_io_u_d->rdma_sgl.lkey = io_u->mr->lkey; 485 r_io_u_d->rdma_sgl.lkey = io_u->mr->lkey; 495 r_io_u_d->rdma_sgl.lkey = io_u->mr->lkey; [all...] |
/external/icu/icu4c/source/test/intltest/ |
icusvtst.cpp | 1130 LocaleKey* lkey = LocaleKey::createWithCanonicalFallback(&english, NULL, 1234, status); local [all...] |
/external/icu/icu4c/source/i18n/ |
coll.cpp | 136 const LocaleKey& lkey = (const LocaleKey&)key; local 141 lkey.canonicalLocale(loc); 166 LocaleKey& lkey = (LocaleKey&)key; local 174 lkey.canonicalLocale(loc); 740 const LocaleKey& lkey = (const LocaleKey&)key; local 742 lkey.currentLocale(validLoc);
|
numfmt.cpp | 890 const LocaleKey& lkey = (const LocaleKey&)key; local 892 lkey.canonicalLocale(loc); 893 int32_t kind = lkey.kind(); 951 LocaleKey& lkey = (LocaleKey&)key; local 952 int32_t kind = lkey.kind(); 954 lkey.currentLocale(loc); [all...] |
calendar.cpp | 442 const LocaleKey& lkey = (LocaleKey&)key; local 446 lkey.currentLocale(curLoc); 447 lkey.canonicalLocale(canLoc); 484 LocaleKey &lkey = (LocaleKey&)key; local 486 lkey.currentLocale(loc); 528 LocaleKey& lkey = (LocaleKey&)key; local 529 //int32_t kind = lkey.kind(); 532 lkey.canonicalLocale(loc); 536 lkey.currentLocale(loc2); [all...] |
/bionic/libc/kernel/uapi/rdma/ |
ib_user_verbs.h | 289 __u32 lkey; member in struct:ib_uverbs_reg_mr_resp 306 __u32 lkey; member in struct:ib_uverbs_rereg_mr_resp 696 __u32 lkey; member in struct:ib_uverbs_sge
|
/external/kernel-headers/original/uapi/rdma/ |
ib_user_verbs.h | 302 __u32 lkey; member in struct:ib_uverbs_reg_mr_resp 318 __u32 lkey; member in struct:ib_uverbs_rereg_mr_resp 679 __u32 lkey; member in struct:ib_uverbs_sge
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/rdma/ |
ib_user_verbs.h | 256 __u32 lkey; member in struct:ib_uverbs_reg_mr_resp 560 __u32 lkey; member in struct:ib_uverbs_sge
|
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/util/ |
ULocale.java | 3127 String lkey = bcp47ToLDMLKey(bcpKey); local [all...] |
/external/icu/android_icu4j/src/main/java/android/icu/util/ |
ULocale.java | 3722 String lkey = toLegacyKey(bcpKey); local [all...] |
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
ULocale.java | 3895 String lkey = toLegacyKey(bcpKey); local [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
com.ibm.icu_4.2.1.v20100412.jar | |
/prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/2.6.1/ |
icu4j-2.6.1.jar | |
/prebuilts/misc/common/icu4j/ |
icu4j.jar | |
/prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/ |
icu4j-53.1.jar | |