Searched refs:theBundle (Results 1 - 5 of 5) sorted by relevance

/external/icu/icu4c/source/test/intltest/
H A Drestsnew.cpp654 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
[all...]
H A Drestest.cpp336 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/
H A Dcreststn.c450 UResourceBundle* theBundle = NULL; local
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, "pluson
752 UResourceBundle* theBundle = NULL; local
1589 UResourceBundle* theBundle = NULL; local
2009 UResourceBundle* theBundle = NULL; local
[all...]
H A Dcrestst.c247 UResourceBundle* theBundle = NULL; local
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...]
H A Dcustrtrn.c1436 UResourceBundle *theBundle = ures_open(testdatapath, "testtypes", &status); local
1438 const UChar* str = ures_getStringByKey(theBundle, "testinclude",&strLen,&status);
1514 ures_close(theBundle);

Completed in 151 milliseconds