OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:resB
(Results
1 - 2
of
2
) sorted by null
/external/icu/icu4c/source/common/
uresbund.cpp
107
UResourceDataEntry *
resB
= resBundle->fData;
111
if(
resB
!= NULL) {
112
if(
resB
->fBogus == U_ZERO_ERROR) { /* if this resource is real, */
113
*res = res_getTableItemByKey(&(
resB
->fData),
resB
->fData.rootRes, &indexR, resTag); /* try to get data from there */
117
while(*res == RES_BOGUS &&
resB
->fParent != NULL) { /* Otherwise, we'll look in parents */
118
resB
=
resB
->fParent;
119
if(
resB
->fBogus == U_ZERO_ERROR) {
121
*res = res_getTableItemByKey(&(
resB
->fData), resB->fData.rootRes, &indexR, resTag)
[
all
...]
/external/icu/icu4c/source/test/cintltst/
creststn.c
377
UResourceBundle*
resB
;
427
resB
= ures_open(testdatapath, "encoded", &error);
428
srcFromRes=tres_getString(
resB
,-1,"str",&len,&error);
431
ures_close(
resB
);
446
ures_close(
resB
);
646
UResourceBundle*
resB
= NULL;
651
resB
= ures_getByKey(theBundle, "collations",
resB
, &status);
652
resB
= ures_getByKey(
resB
, "standard", resB, &status)
899
UResourceBundle *
resb
=0, *dResB=0;
local
[
all
...]
Completed in 52 milliseconds