OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:theBundle
(Results
1 - 3
of
3
) sorted by null
/external/icu/icu4c/source/test/cintltst/
crestst.c
247
UResourceBundle*
theBundle
= NULL;
267
theBundle
= ures_open(testdatapath, "root", &status);
270
ures_close(
theBundle
);
274
ures_close(
theBundle
);
275
theBundle
= NULL;
286
theBundle
= ures_open(testdatapath, param[i].name, &status);
287
/*
theBundle
= ures_open("c:\\icu\\icu\\source\\test\\testdata\\testdata", param[i].name, &status);*/
368
ures_getStringByKey(
theBundle
, tag, &resultLen, &status);
372
string=ures_getStringByKey(
theBundle
, tag, &resultLen, &status);
395
ures_close(
theBundle
);
[
all
...]
custrtrn.c
[
all
...]
creststn.c
450
UResourceBundle*
theBundle
= NULL;
474
theBundle
= ures_open(testdatapath, "testtypes", &status);
476
empty = tres_getString(
theBundle
, -1, "emptystring", &len, &status);
483
CONFIRM_INT_NE(
theBundle
, NULL);
490
res = ures_getByKey(
theBundle
, "zerotest", res, &status);
506
res = ures_getByKey(
theBundle
, "binarytest", res, &status);
519
res = ures_getByKey(
theBundle
, "importtest", res, &status);
532
res = ures_getByKey(
theBundle
, "one", res, &status);
544
res = ures_getByKey(
theBundle
, "minusone", res, &status);
557
res = ures_getByKey(
theBundle
, "plusone", res, &status)
[
all
...]
Completed in 122 milliseconds