OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:theBundle
(Results
1 - 5
of
5
) sorted by null
/external/icu/icu4c/source/test/intltest/
restsnew.cpp
654
ResourceBundle
theBundle
( testdatapath, *param[i].locale, status);
655
//ResourceBundle
theBundle
( "c:\\icu\\icu\\source\\test\\testdata\\testdata", *param[i].locale, status);
709
UnicodeString string =
theBundle
.getStringEx(tag, status);
736
ResourceBundle array =
theBundle
.get(tag, status);
774
ResourceBundle array =
theBundle
.get(tag, status);
810
ResourceBundle array2d=
theBundle
.get(tag, status);
812
//const UnicodeString** array2d =
theBundle
.get2dArray(tag, row_count, column_count, status);
861
ResourceBundle array2d=
theBundle
.get(tag, status);
901
ResourceBundle tags=
theBundle
.get(tag, status);
961
ResourceBundle tags=
theBundle
.get(tag, status)
[
all
...]
restest.cpp
336
ResourceBundle
theBundle
( testdatapath, *param[i].locale, status);
337
//ResourceBundle
theBundle
( "c:\\icu\\icu\\source\\test\\testdata\\testdata", *param[i].locale, status);
392
UnicodeString string(
theBundle
.getStringEx(tag, status));
419
ResourceBundle arrayBundle(
theBundle
.get(tag, status));
/external/icu/icu4c/source/test/cintltst/
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
...]
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
...]
Completed in 256 milliseconds