/external/icu4c/common/ |
uresbund.cpp | 103 UResourceDataEntry *resB = resBundle->fData; 107 if(resB != NULL) { 108 if(resB->fBogus == U_ZERO_ERROR) { /* if this resource is real, */ 109 *res = res_getTableItemByKey(&(resB->fData), resB->fData.rootRes, &indexR, resTag); /* try to get data from there */ 113 while(*res == RES_BOGUS && resB->fParent != NULL) { /* Otherwise, we'll look in parents */ 114 resB = resB->fParent; 115 if(resB->fBogus == U_ZERO_ERROR) { 117 *res = res_getTableItemByKey(&(resB->fData), resB->fData.rootRes, &indexR, resTag) [all...] |
uscript.c | 53 UResourceBundle* resB = ures_open(NULL,nameOrAbbrOrLocale,&localErrorCode); 55 UResourceBundle* resD = ures_getByKey(resB,kLocaleScript,NULL,&localErrorCode); 70 ures_close(resB); 79 ures_close(resB);
|
uresimp.h | 92 U_CAPI void U_EXPORT2 ures_initStackObject(UResourceBundle* resB); 95 U_CFUNC const char* ures_getName(const UResourceBundle* resB); 97 U_CFUNC const char* ures_getPath(const UResourceBundle* resB); 104 /*U_CFUNC void ures_appendResPath(UResourceBundle *resB, const char* toAdd, int32_t lenToAdd);*/ 105 /*U_CFUNC void ures_setResPath(UResourceBundle *resB, const char* toAdd);*/ 106 /*U_CFUNC void ures_freeResPath(UResourceBundle *resB);*/ 146 ures_findSubResource(const UResourceBundle *resB, 188 * @param resB a resource 199 ures_getByKeyWithFallback(const UResourceBundle *resB, 211 * @param resB a resourc [all...] |
uresdata.c | 148 pInfo->dataFormat[0]==0x52 && /* dataFormat="ResB" */ 993 pInfo->dataFormat[0]==0x52 && /* dataFormat="ResB" */ [all...] |
/external/icu4c/common/unicode/ |
ures.h | 282 * @param resB The resource bundle for which the version is checked. 288 ures_getVersion(const UResourceBundle* resB, 393 * @param resB Resource bundle. 421 ures_getUTF8String(const UResourceBundle *resB, 658 * @param resB Resource bundle. 687 ures_getUTF8StringByIndex(const UResourceBundle *resB, 715 * @param resB a resource 724 ures_getStringByKey(const UResourceBundle *resB, 751 * @param resB Resource bundle. [all...] |
/external/icu4c/test/cintltst/ |
creststn.h | 28 tres_getString(const UResourceBundle *resB,
|
creststn.c | 381 UResourceBundle* resB; 431 resB = ures_open(testdatapath, "iscii", &error); 432 srcFromRes=tres_getString(resB,-1,"str",&len,&error); 439 ures_close(resB); 454 ures_close(resB); 654 UResourceBundle* resB = NULL; 659 resB = ures_getByKey(theBundle, "collations", resB, &status); 660 resB = ures_getByKey(resB, "standard", resB, &status) 905 UResourceBundle *resb=0, *dResB=0; local [all...] |
/external/icu4c/test/intltest/ |
restest.cpp | 497 UResourceBundle *resb =ures_open(NULL,locale,&status); local 500 const UChar* strSet = ures_getStringByKey(resb,"ExemplarCharacters",&len,&status); 508 ures_close(resb);
|
/external/icu4c/tools/toolutil/ |
pkgitems.cpp | 549 { { 0x52, 0x65, 0x73, 0x42 } }, /* dataFormat="ResB" */
|
swapimpl.cpp | 708 { { 0x52, 0x65, 0x73, 0x42 }, ures_swap }, /* dataFormat="ResB" */
|
/external/icu4c/tools/genrb/ |
reslist.c | 69 {0x52, 0x65, 0x73, 0x42}, /* dataFormat="ResB" */ 71 {1, 4, 0, 0} /* dataVersion take a look at version inside parsed resb*/ [all...] |
/external/icu4c/i18n/ |
ucol.cpp | 755 /* - UData for UCA (unless we stuff it in the root resb */ [all...] |