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.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
...]
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
);
uresimp.h
92
U_CAPI void U_EXPORT2 ures_initStackObject(UResourceBundle*
resB
);
95
U_CFUNC const char* ures_getName(const UResourceBundle*
resB
);
97
U_CFUNC const char* ures_getPath(const UResourceBundle*
resB
);
104
/*U_CFUNC void ures_appendResPath(UResourceBundle *
resB
, const char* toAdd, int32_t lenToAdd);*/
105
/*U_CFUNC void ures_setResPath(UResourceBundle *
resB
, const char* toAdd);*/
106
/*U_CFUNC void ures_freeResPath(UResourceBundle *
resB
);*/
146
ures_findSubResource(const UResourceBundle *
resB
,
188
* @param
resB
a resource
199
ures_getByKeyWithFallback(const UResourceBundle *
resB
,
211
* @param
resB
a resourc
[
all
...]
/external/icu4c/common/unicode/
ures.h
282
* @param
resB
The resource bundle for which the version is checked.
288
ures_getVersion(const UResourceBundle*
resB
,
393
* @param
resB
Resource bundle.
421
ures_getUTF8String(const UResourceBundle *
resB
,
658
* @param
resB
Resource bundle.
687
ures_getUTF8StringByIndex(const UResourceBundle *
resB
,
715
* @param
resB
a resource
724
ures_getStringByKey(const UResourceBundle *
resB
,
751
* @param
resB
Resource bundle.
[
all
...]
/external/icu4c/test/cintltst/
creststn.h
28
tres_getString(const UResourceBundle *
resB
,
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 2203 milliseconds