• Home
  • Raw
  • Download

Lines Matching refs:ResourceBundle

255     ResourceBundle  test1((UnicodeString)testdatapath, err);  in TestConstruction()
256 ResourceBundle test2(testdatapath, locale, err); in TestConstruction()
324 ResourceBundle test1(testdatapath, *locale, err); in TestIteration()
342 ResourceBundle bundle = test1.get(data[i], err); in TestIteration()
361 ResourceBundle rowbundle=bundle.get(row, err); in TestIteration()
390 ResourceBundle errbundle=bundle.getNext(err); in TestIteration()
414 equalRB(ResourceBundle &a, ResourceBundle &b) { in equalRB()
451 ResourceBundle test0(tDataPathUS, *locale, err); in TestOtherAPI()
457 ResourceBundle test1(testdatapath, *locale, err); in TestOtherAPI()
471 ResourceBundle defaultresource(err); in TestOtherAPI()
472 ResourceBundle explicitdefaultresource(NULL, Locale::getDefault(), err); in TestOtherAPI()
487 ResourceBundle copyRes(defaultresource); in TestOtherAPI()
496 ResourceBundle defaultSub = defaultresource.get((int32_t)0, err); in TestOtherAPI()
497 ResourceBundle defSubCopy(defaultSub); in TestOtherAPI()
503 ResourceBundle *p; in TestOtherAPI()
671 ResourceBundle theBundle( testdatapath, *param[i].locale, 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()
842 ResourceBundle tablerow=array2d.get(row, status); in testTag()
878 ResourceBundle array2d=theBundle.get(tag, status); in testTag()
880 ResourceBundle tablerow=array2d.get(row, status); in testTag()
918 ResourceBundle tags=theBundle.get(tag, status); in testTag()
929 ResourceBundle tagelement=tags.get(index, status); in testTag()
942 ResourceBundle tagelement=tags.get(index, status); in testTag()
978 ResourceBundle tags=theBundle.get(tag, status); in testTag()
980 ResourceBundle tagelement=tags.get(item_tag, status); in testTag()
1046 ResourceBundle theBundle(testdatapath, "testtypes", status); in TestNewTypes()
1047 ResourceBundle bundle(testdatapath, Locale("te_IN"),status); in TestNewTypes()
1061 ResourceBundle res = theBundle.get("zerotest", status); in TestNewTypes()
1179 ResourceBundle heRes(NULL, "he", status); in TestGetByFallback()
1193 ResourceBundle rootRes(NULL, "root", status); in TestGetByFallback()