Lines Matching refs:theBundle
671 ResourceBundle theBundle( testdatapath, *param[i].locale, status); in testTag() local
726 UnicodeString string = theBundle.getStringEx(tag, status); in testTag()
753 ResourceBundle array = theBundle.get(tag, status); in testTag()
791 ResourceBundle array = theBundle.get(tag, status); in testTag()
827 ResourceBundle array2d=theBundle.get(tag, status); in testTag()
878 ResourceBundle array2d=theBundle.get(tag, status); in testTag()
918 ResourceBundle tags=theBundle.get(tag, status); in testTag()
978 ResourceBundle tags=theBundle.get(tag, status); in testTag()
1046 ResourceBundle theBundle(testdatapath, "testtypes", status); in TestNewTypes() local
1049 UnicodeString emptyStr = theBundle.getStringEx("emptystring", status); in TestNewTypes()
1061 ResourceBundle res = theBundle.get("zerotest", status); in TestNewTypes()
1078 res = theBundle.get("binarytest", status); in TestNewTypes()
1091 res = theBundle.get("importtest",status); in TestNewTypes()
1104 res = theBundle.get("one", status); in TestNewTypes()
1116 res = theBundle.get((const char*)"minusone", status); in TestNewTypes()
1129 res = theBundle.get("plusone",status); in TestNewTypes()
1140 res = theBundle.get("onehundredtwentythree",status); in TestNewTypes()
1151 UnicodeString str = theBundle.getStringEx("testescape",status); in TestNewTypes()
1163 UnicodeString str = theBundle.getStringEx("test_underscores",status); in TestNewTypes()