OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:resB
(Results
1 - 6
of
6
) 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
104
UResourceDataEntry *
resB
= resBundle->fData;
108
if(
resB
!= NULL) {
109
if(
resB
->fBogus == U_ZERO_ERROR) { /* if this resource is real, */
110
*res = res_getTableItemByKey(&(
resB
->fData),
resB
->fData.rootRes, &indexR, resTag); /* try to get data from there */
114
while(*res == RES_BOGUS &&
resB
->fParent != NULL) { /* Otherwise, we'll look in parents */
115
resB
=
resB
->fParent;
116
if(
resB
->fBogus == U_ZERO_ERROR) {
118
*res = res_getTableItemByKey(&(
resB
->fData), resB->fData.rootRes, &indexR, resTag)
[
all
...]
/external/chromium_org/third_party/icu/source/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.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
...]
/external/chromium_org/third_party/icu/source/test/cintltst/
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/cintltst/
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
...]
Completed in 139 milliseconds