Home
last modified time | relevance | path

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

/external/icu4c/common/
Duresbund.c103 UResourceDataEntry *resB = resBundle->fData; in getFallbackData() local
107 if(resB != NULL) { in getFallbackData()
108 if(resB->fBogus == U_ZERO_ERROR) { /* if this resource is real, */ in getFallbackData()
109 …*res = res_getTableItemByKey(&(resB->fData), resB->fData.rootRes, &indexR, resTag); /* try to get … in getFallbackData()
113 … while(*res == RES_BOGUS && resB->fParent != NULL) { /* Otherwise, we'll look in parents */ in getFallbackData()
114 resB = resB->fParent; in getFallbackData()
115 if(resB->fBogus == U_ZERO_ERROR) { in getFallbackData()
117 … *res = res_getTableItemByKey(&(resB->fData), resB->fData.rootRes, &indexR, resTag); in getFallbackData()
124 …if(uprv_strcmp(resB->fName, uloc_getDefault())==0 || uprv_strcmp(resB->fName, kRootLocaleName)==0)… in getFallbackData()
130 *realData = resB; in getFallbackData()
[all …]
Duresimp.h82 U_CAPI void U_EXPORT2 ures_initStackObject(UResourceBundle* resB);
85 U_CFUNC const char* ures_getName(const UResourceBundle* resB);
87 U_CFUNC const char* ures_getPath(const UResourceBundle* resB);
133 ures_findSubResource(const UResourceBundle *resB,
216 ures_getByKeyWithFallback(const UResourceBundle *resB,
239 ures_getStringByKeyWithFallback(const UResourceBundle *resB,
Duscript.c55 UResourceBundle* resB = ures_open(NULL,nameOrAbbrOrLocale,&localErrorCode); in uscript_getCode() local
57 UResourceBundle* resD = ures_getByKey(resB,kLocaleScript,NULL,&localErrorCode); in uscript_getCode()
72 ures_close(resB); in uscript_getCode()
81 ures_close(resB); in uscript_getCode()
/external/icu4c/common/unicode/
Dures.h276 ures_getVersion(const UResourceBundle* resB,
406 ures_getUTF8String(const UResourceBundle *resB,
672 ures_getUTF8StringByIndex(const UResourceBundle *resB,
709 ures_getStringByKey(const UResourceBundle *resB,
765 ures_getUTF8StringByKey(const UResourceBundle *resB,
787 ures_getUnicodeString(const UResourceBundle *resB, in ures_getUnicodeString() argument
791 const UChar *r = ures_getString(resB, &len, status); in ures_getUnicodeString()
806 ures_getNextUnicodeString(UResourceBundle *resB, in ures_getNextUnicodeString() argument
811 const UChar* r = ures_getNextString(resB, &len, key, status); in ures_getNextUnicodeString()
825 ures_getUnicodeStringByIndex(const UResourceBundle *resB, in ures_getUnicodeStringByIndex() argument
[all …]
/external/icu4c/test/cintltst/
Dcreststn.c371 UResourceBundle* resB; in TestDecodedBundle() local
421 resB = ures_open(testdatapath, "iscii", &error); in TestDecodedBundle()
422 srcFromRes=tres_getString(resB,-1,"str",&len,&error); in TestDecodedBundle()
429 ures_close(resB); in TestDecodedBundle()
444 ures_close(resB); in TestDecodedBundle()
644 UResourceBundle* resB = NULL; in TestNewTypes() local
649 resB = ures_getByKey(theBundle, "collations", resB, &status); in TestNewTypes()
650 resB = ures_getByKey(resB, "standard", resB, &status); in TestNewTypes()
651 str = tres_getString(resB,-1,"Sequence",&strLength,&status); in TestNewTypes()
657 ures_close(resB); in TestNewTypes()
[all …]
Dcreststn.h28 tres_getString(const UResourceBundle *resB,