/external/icu/icu4c/source/common/ |
D | uresbund.cpp | 111 UResourceDataEntry *resB = resBundle->fData; in getFallbackData() local 115 if(resB != NULL) { in getFallbackData() 116 if(resB->fBogus == U_ZERO_ERROR) { /* if this resource is real, */ in getFallbackData() 117 …*res = res_getTableItemByKey(&(resB->fData), resB->fData.rootRes, &indexR, resTag); /* try to get … in getFallbackData() 121 … while(*res == RES_BOGUS && resB->fParent != NULL) { /* Otherwise, we'll look in parents */ in getFallbackData() 122 resB = resB->fParent; in getFallbackData() 123 if(resB->fBogus == U_ZERO_ERROR) { in getFallbackData() 125 … *res = res_getTableItemByKey(&(resB->fData), resB->fData.rootRes, &indexR, resTag); in getFallbackData() 132 …if(uprv_strcmp(resB->fName, uloc_getDefault())==0 || uprv_strcmp(resB->fName, kRootLocaleName)==0)… in getFallbackData() 138 *realData = resB; in getFallbackData() [all …]
|
D | restrace.h | 36 ResourceTracer(const UResourceBundle* resB) : in ResourceTracer() argument 37 fResB(resB), in ResourceTracer() 42 ResourceTracer(const UResourceBundle* resB, const char* key) : in ResourceTracer() argument 43 fResB(resB), in ResourceTracer() 48 ResourceTracer(const UResourceBundle* resB, int32_t index) : in ResourceTracer() argument 49 fResB(resB), in ResourceTracer()
|
D | uresimp.h | 87 U_CAPI void U_EXPORT2 ures_initStackObject(UResourceBundle* resB); 155 U_CFUNC const char* ures_getName(const UResourceBundle* resB); 157 U_CFUNC const char* ures_getPath(const UResourceBundle* resB); 206 ures_findSubResource(const UResourceBundle *resB, 259 ures_getByKeyWithFallback(const UResourceBundle *resB, 280 ures_getStringByKeyWithFallback(const UResourceBundle *resB, 306 ures_getVersionByKey(const UResourceBundle *resB,
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/test/channels/ |
D | ChannelUndeliveredElementTest.kt | 39 val resB = Resource("B") in <lambda>() constant 43 channel.send(resB) // suspends & get cancelled in <lambda>() 48 assertTrue(resB.isCancelled) // send was cancelled in <lambda>() 57 val resB = Resource("B") in <lambda>() constant 60 assertFalse(resB.isCancelled) in <lambda>() 61 channel.send(resB) in <lambda>() 63 assertFalse(resB.isCancelled) in <lambda>() 65 assertFalse(resB.isCancelled) // not cancelled yet, can be still read by receiver in <lambda>() 67 assertTrue(resB.isCancelled) // now it is cancelled in <lambda>()
|
/external/icu/icu4c/source/common/unicode/ |
D | ures.h | 298 ures_getVersion(const UResourceBundle* resB, 431 ures_getUTF8String(const UResourceBundle *resB, 697 ures_getUTF8StringByIndex(const UResourceBundle *resB, 734 ures_getStringByKey(const UResourceBundle *resB, 790 ures_getUTF8StringByKey(const UResourceBundle *resB, 812 ures_getUnicodeString(const UResourceBundle *resB, UErrorCode* status) { in ures_getUnicodeString() argument 815 const UChar *r = ures_getString(resB, &len, status); in ures_getUnicodeString() 837 ures_getNextUnicodeString(UResourceBundle *resB, const char ** key, UErrorCode* status) { in ures_getNextUnicodeString() argument 840 const UChar* r = ures_getNextString(resB, &len, key, status); in ures_getNextUnicodeString() 859 ures_getUnicodeStringByIndex(const UResourceBundle *resB, int32_t indexS, UErrorCode* status) { in ures_getUnicodeStringByIndex() argument [all …]
|
/external/icu/libicu/cts_headers/unicode/ |
D | ures.h | 298 ures_getVersion(const UResourceBundle* resB, 431 ures_getUTF8String(const UResourceBundle *resB, 697 ures_getUTF8StringByIndex(const UResourceBundle *resB, 734 ures_getStringByKey(const UResourceBundle *resB, 790 ures_getUTF8StringByKey(const UResourceBundle *resB, 812 ures_getUnicodeString(const UResourceBundle *resB, UErrorCode* status) { in ures_getUnicodeString() argument 815 const UChar *r = ures_getString(resB, &len, status); in ures_getUnicodeString() 837 ures_getNextUnicodeString(UResourceBundle *resB, const char ** key, UErrorCode* status) { in ures_getNextUnicodeString() argument 840 const UChar* r = ures_getNextString(resB, &len, key, status); in ures_getNextUnicodeString() 859 ures_getUnicodeStringByIndex(const UResourceBundle *resB, int32_t indexS, UErrorCode* status) { in ures_getUnicodeStringByIndex() argument [all …]
|
/external/icu/libandroidicu/include/unicode/ |
D | ures.h | 298 ures_getVersion(const UResourceBundle* resB, 431 ures_getUTF8String(const UResourceBundle *resB, 697 ures_getUTF8StringByIndex(const UResourceBundle *resB, 734 ures_getStringByKey(const UResourceBundle *resB, 790 ures_getUTF8StringByKey(const UResourceBundle *resB, 812 ures_getUnicodeString(const UResourceBundle *resB, UErrorCode* status) { in ures_getUnicodeString() argument 815 const UChar *r = ures_getString(resB, &len, status); in ures_getUnicodeString() 837 ures_getNextUnicodeString(UResourceBundle *resB, const char ** key, UErrorCode* status) { in ures_getNextUnicodeString() argument 840 const UChar* r = ures_getNextString(resB, &len, key, status); in ures_getNextUnicodeString() 859 ures_getUnicodeStringByIndex(const UResourceBundle *resB, int32_t indexS, UErrorCode* status) { in ures_getUnicodeStringByIndex() argument [all …]
|
/external/icu/libicu/cts_headers/ |
D | restrace.h | 36 ResourceTracer(const UResourceBundle* resB) : in ResourceTracer() argument 37 fResB(resB), in ResourceTracer() 42 ResourceTracer(const UResourceBundle* resB, const char* key) : in ResourceTracer() argument 43 fResB(resB), in ResourceTracer() 48 ResourceTracer(const UResourceBundle* resB, int32_t index) : in ResourceTracer() argument 49 fResB(resB), in ResourceTracer()
|
D | uresimp.h | 87 U_CAPI void U_EXPORT2 ures_initStackObject(UResourceBundle* resB); 155 U_CFUNC const char* ures_getName(const UResourceBundle* resB); 157 U_CFUNC const char* ures_getPath(const UResourceBundle* resB); 206 ures_findSubResource(const UResourceBundle *resB, 259 ures_getByKeyWithFallback(const UResourceBundle *resB, 280 ures_getStringByKeyWithFallback(const UResourceBundle *resB, 306 ures_getVersionByKey(const UResourceBundle *resB,
|
/external/icu/icu4c/source/test/cintltst/ |
D | creststn.c | 410 UResourceBundle* resB; in TestDecodedBundle() local 460 resB = ures_open(testdatapath, "encoded", &error); in TestDecodedBundle() 461 srcFromRes=tres_getString(resB,-1,"str",&len,&error); in TestDecodedBundle() 464 ures_close(resB); in TestDecodedBundle() 479 ures_close(resB); in TestDecodedBundle() 679 UResourceBundle* resB = NULL; in TestNewTypes() local 684 resB = ures_getByKey(theBundle, "collations", resB, &status); in TestNewTypes() 685 resB = ures_getByKey(resB, "standard", resB, &status); in TestNewTypes() 686 str = tres_getString(resB,-1,"Sequence",&strLength,&status); in TestNewTypes() 692 ures_close(resB); in TestNewTypes() [all …]
|
D | creststn.h | 34 tres_getString(const UResourceBundle *resB,
|
/external/llvm-project/mlir/test/Transforms/ |
D | normalize-memrefs.mlir | 244 // CHECK: %[[resB:[0-9]+]]:2 = call @ret_single_argument_type(%[[C]]) : (memref<2x4xf64>) -> (memre…
|
/external/llvm/test/CodeGen/X86/ |
D | merge-consecutive-loads-128.ll | 537 %resB = insertelement <16 x i8> %resA, i8 %valB, i32 11 538 %resC = insertelement <16 x i8> %resB, i8 %valC, i32 12
|
/external/llvm-project/llvm/test/CodeGen/X86/ |
D | merge-consecutive-loads-128.ll | 959 %resB = insertelement <16 x i8> %resA, i8 %valB, i32 11 960 %resC = insertelement <16 x i8> %resB, i8 %valC, i32 12
|