Home
last modified time | relevance | path

Searched refs:resB (Results 1 – 9 of 9) sorted by relevance

/external/icu/icu4c/source/common/
Duresbund.cpp109 UResourceDataEntry *resB = resBundle->fData; in getFallbackData() local
113 if(resB != NULL) { in getFallbackData()
114 if(resB->fBogus == U_ZERO_ERROR) { /* if this resource is real, */ in getFallbackData()
115 …*res = res_getTableItemByKey(&(resB->fData), resB->fData.rootRes, &indexR, resTag); /* try to get … in getFallbackData()
119 … while(*res == RES_BOGUS && resB->fParent != NULL) { /* Otherwise, we'll look in parents */ in getFallbackData()
120 resB = resB->fParent; in getFallbackData()
121 if(resB->fBogus == U_ZERO_ERROR) { in getFallbackData()
123 … *res = res_getTableItemByKey(&(resB->fData), resB->fData.rootRes, &indexR, resTag); in getFallbackData()
130 …if(uprv_strcmp(resB->fName, uloc_getDefault())==0 || uprv_strcmp(resB->fName, kRootLocaleName)==0)… in getFallbackData()
136 *realData = resB; in getFallbackData()
[all …]
Duresimp.h83 U_CAPI void U_EXPORT2 ures_initStackObject(UResourceBundle* resB);
97 U_CFUNC const char* ures_getName(const UResourceBundle* resB);
99 U_CFUNC const char* ures_getPath(const UResourceBundle* resB);
148 ures_findSubResource(const UResourceBundle *resB,
201 ures_getByKeyWithFallback(const UResourceBundle *resB,
222 ures_getStringByKeyWithFallback(const UResourceBundle *resB,
243 ures_getVersionByKey(const UResourceBundle *resB,
/external/icu/icu4c/source/common/unicode/
Dures.h295 ures_getVersion(const UResourceBundle* resB,
428 ures_getUTF8String(const UResourceBundle *resB,
694 ures_getUTF8StringByIndex(const UResourceBundle *resB,
731 ures_getStringByKey(const UResourceBundle *resB,
787 ures_getUTF8StringByKey(const UResourceBundle *resB,
809 ures_getUnicodeString(const UResourceBundle *resB, UErrorCode* status) { in ures_getUnicodeString() argument
812 const UChar *r = ures_getString(resB, &len, status); in ures_getUnicodeString()
834 ures_getNextUnicodeString(UResourceBundle *resB, const char ** key, UErrorCode* status) { in ures_getNextUnicodeString() argument
837 const UChar* r = ures_getNextString(resB, &len, key, status); in ures_getNextUnicodeString()
856 ures_getUnicodeStringByIndex(const UResourceBundle *resB, int32_t indexS, UErrorCode* status) { in ures_getUnicodeStringByIndex() argument
[all …]
/external/icu/libandroidicu/include/unicode/
Dures.h295 ures_getVersion(const UResourceBundle* resB,
428 ures_getUTF8String(const UResourceBundle *resB,
694 ures_getUTF8StringByIndex(const UResourceBundle *resB,
731 ures_getStringByKey(const UResourceBundle *resB,
787 ures_getUTF8StringByKey(const UResourceBundle *resB,
809 ures_getUnicodeString(const UResourceBundle *resB, UErrorCode* status) { in ures_getUnicodeString() argument
812 const UChar *r = ures_getString(resB, &len, status); in ures_getUnicodeString()
834 ures_getNextUnicodeString(UResourceBundle *resB, const char ** key, UErrorCode* status) { in ures_getNextUnicodeString() argument
837 const UChar* r = ures_getNextString(resB, &len, key, status); in ures_getNextUnicodeString()
856 ures_getUnicodeStringByIndex(const UResourceBundle *resB, int32_t indexS, UErrorCode* status) { in ures_getUnicodeStringByIndex() argument
[all …]
/external/icu/icu4c/source/test/cintltst/
Dcreststn.c382 UResourceBundle* resB; in TestDecodedBundle() local
432 resB = ures_open(testdatapath, "encoded", &error); in TestDecodedBundle()
433 srcFromRes=tres_getString(resB,-1,"str",&len,&error); in TestDecodedBundle()
436 ures_close(resB); in TestDecodedBundle()
451 ures_close(resB); in TestDecodedBundle()
651 UResourceBundle* resB = NULL; in TestNewTypes() local
656 resB = ures_getByKey(theBundle, "collations", resB, &status); in TestNewTypes()
657 resB = ures_getByKey(resB, "standard", resB, &status); in TestNewTypes()
658 str = tres_getString(resB,-1,"Sequence",&strLength,&status); in TestNewTypes()
664 ures_close(resB); in TestNewTypes()
[all …]
Dcreststn.h34 tres_getString(const UResourceBundle *resB,
/external/icu/libandroidicu/static_shim/
Dshim.cpp2415 const UChar * ures_getStringByKey_android(const UResourceBundle * resB, const char * key, int32_t *… in ures_getStringByKey_android() argument
2416 return ures_getStringByKey(resB, key, len, status); in ures_getStringByKey_android()
2424 const char * ures_getUTF8String_android(const UResourceBundle * resB, char * dest, int32_t * length… in ures_getUTF8String_android() argument
2425 return ures_getUTF8String(resB, dest, length, forceCopy, status); in ures_getUTF8String_android()
2427 const char * ures_getUTF8StringByIndex_android(const UResourceBundle * resB, int32_t stringIndex, c… in ures_getUTF8StringByIndex_android() argument
2428 return ures_getUTF8StringByIndex(resB, stringIndex, dest, pLength, forceCopy, status); in ures_getUTF8StringByIndex_android()
2430 const char * ures_getUTF8StringByKey_android(const UResourceBundle * resB, const char * key, char *… in ures_getUTF8StringByKey_android() argument
2431 return ures_getUTF8StringByKey(resB, key, dest, pLength, forceCopy, status); in ures_getUTF8StringByKey_android()
2433 void ures_getVersion_android(const UResourceBundle * resB, UVersionInfo versionInfo) { in ures_getVersion_android() argument
2434 ures_getVersion(resB, versionInfo); in ures_getVersion_android()
/external/llvm/test/CodeGen/X86/
Dmerge-consecutive-loads-128.ll537 %resB = insertelement <16 x i8> %resA, i8 %valB, i32 11
538 %resC = insertelement <16 x i8> %resB, i8 %valC, i32 12
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Dmerge-consecutive-loads-128.ll965 %resB = insertelement <16 x i8> %resA, i8 %valB, i32 11
966 %resC = insertelement <16 x i8> %resB, i8 %valC, i32 12