Searched refs:theBundle (Results 1 – 5 of 5) sorted by relevance
/external/icu/icu4c/source/test/cintltst/ |
D | creststn.c | 455 UResourceBundle* theBundle = NULL; in TestNewTypes() local 479 theBundle = ures_open(testdatapath, "testtypes", &status); in TestNewTypes() 481 empty = tres_getString(theBundle, -1, "emptystring", &len, &status); in TestNewTypes() 488 CONFIRM_INT_NE(theBundle, NULL); in TestNewTypes() 495 res = ures_getByKey(theBundle, "zerotest", res, &status); in TestNewTypes() 511 res = ures_getByKey(theBundle, "binarytest", res, &status); in TestNewTypes() 524 res = ures_getByKey(theBundle, "importtest", res, &status); in TestNewTypes() 537 res = ures_getByKey(theBundle, "one", res, &status); in TestNewTypes() 549 res = ures_getByKey(theBundle, "minusone", res, &status); in TestNewTypes() 562 res = ures_getByKey(theBundle, "plusone", res, &status); in TestNewTypes() [all …]
|
D | crestst.c | 251 UResourceBundle* theBundle = NULL; in testTag() local 271 theBundle = ures_open(testdatapath, "root", &status); in testTag() 274 ures_close(theBundle); in testTag() 278 ures_close(theBundle); in testTag() 279 theBundle = NULL; in testTag() 290 theBundle = ures_open(testdatapath, param[i].name, &status); in testTag() 372 ures_getStringByKey(theBundle, tag, &resultLen, &status); in testTag() 376 string=ures_getStringByKey(theBundle, tag, &resultLen, &status); in testTag() 399 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 | 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() [all …]
|
D | restest.cpp | 339 ResourceBundle theBundle( testdatapath, *param[i].locale, status); in testTag() local 395 UnicodeString string(theBundle.getStringEx(tag, status)); in testTag() 422 ResourceBundle arrayBundle(theBundle.get(tag, status)); in testTag()
|