Searched refs:theBundle (Results 1 – 5 of 5) sorted by relevance
/external/icu/icu4c/source/test/cintltst/ |
D | creststn.c | 483 UResourceBundle* theBundle = NULL; in TestNewTypes() local 507 theBundle = ures_open(testdatapath, "testtypes", &status); in TestNewTypes() 509 empty = tres_getString(theBundle, -1, "emptystring", &len, &status); in TestNewTypes() 516 CONFIRM_INT_NE(theBundle, NULL); in TestNewTypes() 523 res = ures_getByKey(theBundle, "zerotest", res, &status); in TestNewTypes() 539 res = ures_getByKey(theBundle, "binarytest", res, &status); in TestNewTypes() 552 res = ures_getByKey(theBundle, "importtest", res, &status); in TestNewTypes() 565 res = ures_getByKey(theBundle, "one", res, &status); in TestNewTypes() 577 res = ures_getByKey(theBundle, "minusone", res, &status); in TestNewTypes() 590 res = ures_getByKey(theBundle, "plusone", res, &status); in TestNewTypes() [all …]
|
D | crestst.c | 277 UResourceBundle* theBundle = NULL; in testTag() local 297 theBundle = ures_open(testdatapath, "root", &status); in testTag() 300 ures_close(theBundle); in testTag() 304 ures_close(theBundle); in testTag() 305 theBundle = NULL; in testTag() 316 theBundle = ures_open(testdatapath, param[i].name, &status); in testTag() 398 ures_getStringByKey(theBundle, tag, &resultLen, &status); in testTag() 402 string=ures_getStringByKey(theBundle, tag, &resultLen, &status); in testTag() 425 ures_close(theBundle); in testTag()
|
D | custrtrn.c | 1431 UResourceBundle *theBundle = ures_open(testdatapath, "testtypes", &status); in Test_WCHART_LongString() local 1433 const UChar* str = ures_getStringByKey(theBundle, "testinclude",&strLen,&status); in Test_WCHART_LongString() 1509 ures_close(theBundle); in Test_WCHART_LongString()
|
/external/icu/icu4c/source/test/intltest/ |
D | restsnew.cpp | 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() [all …]
|
D | restest.cpp | 363 ResourceBundle theBundle( testdatapath, *param[i].locale, status); in testTag() local 419 UnicodeString string(theBundle.getStringEx(tag, status)); in testTag() 446 ResourceBundle arrayBundle(theBundle.get(tag, status)); in testTag()
|