HomeSort by relevance Sort by last modified time
    Searched defs:resB (Results 1 - 2 of 2) sorted by null

  /external/icu/icu4c/source/common/
uresbund.cpp 109 UResourceDataEntry *resB = resBundle->fData;
113 if(resB != NULL) {
114 if(resB->fBogus == U_ZERO_ERROR) { /* if this resource is real, */
115 *res = res_getTableItemByKey(&(resB->fData), resB->fData.rootRes, &indexR, resTag); /* try to get data from there */
119 while(*res == RES_BOGUS && resB->fParent != NULL) { /* Otherwise, we'll look in parents */
120 resB = resB->fParent;
121 if(resB->fBogus == U_ZERO_ERROR) {
123 *res = res_getTableItemByKey(&(resB->fData), resB->fData.rootRes, &indexR, resTag)
    [all...]
  /external/icu/icu4c/source/test/cintltst/
creststn.c 382 UResourceBundle* resB;
432 resB = ures_open(testdatapath, "encoded", &error);
433 srcFromRes=tres_getString(resB,-1,"str",&len,&error);
436 ures_close(resB);
451 ures_close(resB);
651 UResourceBundle* resB = NULL;
656 resB = ures_getByKey(theBundle, "collations", resB, &status);
657 resB = ures_getByKey(resB, "standard", resB, &status)
904 UResourceBundle *resb=0, *dResB=0; local
    [all...]

Completed in 108 milliseconds