Lines Matching refs:theBundle
715 ResourceBundle theBundle( testdatapath, *param[i].locale, status); in testTag() local
770 UnicodeString string = theBundle.getStringEx(tag, status); in testTag()
797 ResourceBundle array = theBundle.get(tag, status); in testTag()
835 ResourceBundle array = theBundle.get(tag, status); in testTag()
871 ResourceBundle array2d=theBundle.get(tag, status); in testTag()
922 ResourceBundle array2d=theBundle.get(tag, status); in testTag()
962 ResourceBundle tags=theBundle.get(tag, status); in testTag()
1022 ResourceBundle tags=theBundle.get(tag, status); in testTag()
1090 ResourceBundle theBundle(testdatapath, "testtypes", status); in TestNewTypes() local
1093 UnicodeString emptyStr = theBundle.getStringEx("emptystring", status); in TestNewTypes()
1105 ResourceBundle res = theBundle.get("zerotest", status); in TestNewTypes()
1122 res = theBundle.get("binarytest", status); in TestNewTypes()
1135 res = theBundle.get("importtest",status); in TestNewTypes()
1148 res = theBundle.get("one", status); in TestNewTypes()
1160 res = theBundle.get((const char*)"minusone", status); in TestNewTypes()
1173 res = theBundle.get("plusone",status); in TestNewTypes()
1184 res = theBundle.get("onehundredtwentythree",status); in TestNewTypes()
1195 UnicodeString str = theBundle.getStringEx("testescape",status); in TestNewTypes()
1207 UnicodeString str = theBundle.getStringEx("test_underscores",status); in TestNewTypes()