OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:resB
(Results
1 - 6
of
6
) sorted by null
/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
...]
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
...]
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
);
/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
...]
Completed in 527 milliseconds