/external/icu4c/common/ |
uresbund.c | 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 | 90 U_CAPI void U_EXPORT2 ures_initStackObject(UResourceBundle* resB); 93 U_CFUNC const char* ures_getName(const UResourceBundle* resB); 95 U_CFUNC const char* ures_getPath(const UResourceBundle* resB); 102 /*U_CFUNC void ures_appendResPath(UResourceBundle *resB, const char* toAdd, int32_t lenToAdd);*/ 103 /*U_CFUNC void ures_setResPath(UResourceBundle *resB, const char* toAdd);*/ 104 /*U_CFUNC void ures_freeResPath(UResourceBundle *resB);*/ 144 ures_findSubResource(const UResourceBundle *resB, 186 * @param resB a resource 197 ures_getByKeyWithFallback(const UResourceBundle *resB, 209 * @param resB a resourc [all...] |
uresdata.c | 141 pInfo->dataFormat[0]==0x52 && /* dataFormat="ResB" */ 974 pInfo->dataFormat[0]==0x52 && /* dataFormat="ResB" */ [all...] |
/external/icu4c/common/unicode/ |
ures.h | 278 * @param resB The resource bundle for which the version is checked. 284 ures_getVersion(const UResourceBundle* resB, 386 * @param resB Resource bundle. 414 ures_getUTF8String(const UResourceBundle *resB, 651 * @param resB Resource bundle. 680 ures_getUTF8StringByIndex(const UResourceBundle *resB, 708 * @param resB a resource 717 ures_getStringByKey(const UResourceBundle *resB, 744 * @param resB Resource bundle. [all...] |
/external/icu4c/test/cintltst/ |
creststn.h | 28 tres_getString(const UResourceBundle *resB,
|
creststn.c | 382 UResourceBundle* resB; 432 resB = ures_open(testdatapath, "iscii", &error); 433 srcFromRes=tres_getString(resB,-1,"str",&len,&error); 440 ures_close(resB); 455 ures_close(resB); 655 UResourceBundle* resB = NULL; 660 resB = ures_getByKey(theBundle, "collations", resB, &status); 661 resB = ures_getByKey(resB, "standard", resB, &status) 906 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 | 707 { { 0x52, 0x65, 0x73, 0x42 }, ures_swap }, /* dataFormat="ResB" */
|
/external/icu4c/tools/genrb/ |
reslist.c | 67 {0x52, 0x65, 0x73, 0x42}, /* dataFormat="ResB" */ 69 {1, 4, 0, 0} /* dataVersion take a look at version inside parsed resb*/ [all...] |
/external/icu4c/i18n/ |
ucol.cpp | 730 /* - UData for UCA (unless we stuff it in the root resb */ [all...] |