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

  /external/icu4c/common/
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);
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...]
  /external/icu4c/test/cintltst/
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...]

Completed in 96 milliseconds