Lines Matching refs:theBundle
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);
1029 ResourceBundle theBundle(testdatapath, "testtypes", status);
1032 UnicodeString emptyStr = theBundle.getStringEx("emptystring", status);
1044 ResourceBundle res = theBundle.get("zerotest", status);
1061 res = theBundle.get("binarytest", status);
1074 res = theBundle.get("importtest",status);
1087 res = theBundle.get("one", status);
1099 res = theBundle.get((const char*)"minusone", status);
1112 res = theBundle.get("plusone",status);
1123 res = theBundle.get("onehundredtwentythree",status);
1134 UnicodeString str = theBundle.getStringEx("testescape",status);
1146 UnicodeString str = theBundle.getStringEx("test_underscores",status);