Home
last modified time | relevance | path

Searched refs:theBundle (Results 1 – 5 of 5) sorted by relevance

/external/icu/icu4c/source/test/cintltst/
Dcreststn.c450 UResourceBundle* theBundle = NULL; in TestNewTypes() local
474 theBundle = ures_open(testdatapath, "testtypes", &status); in TestNewTypes()
476 empty = tres_getString(theBundle, -1, "emptystring", &len, &status); in TestNewTypes()
483 CONFIRM_INT_NE(theBundle, NULL); in TestNewTypes()
490 res = ures_getByKey(theBundle, "zerotest", res, &status); in TestNewTypes()
506 res = ures_getByKey(theBundle, "binarytest", res, &status); in TestNewTypes()
519 res = ures_getByKey(theBundle, "importtest", res, &status); in TestNewTypes()
532 res = ures_getByKey(theBundle, "one", res, &status); in TestNewTypes()
544 res = ures_getByKey(theBundle, "minusone", res, &status); in TestNewTypes()
557 res = ures_getByKey(theBundle, "plusone", res, &status); in TestNewTypes()
[all …]
Dcrestst.c247 UResourceBundle* theBundle = NULL; in testTag() local
267 theBundle = ures_open(testdatapath, "root", &status); in testTag()
270 ures_close(theBundle); in testTag()
274 ures_close(theBundle); in testTag()
275 theBundle = NULL; in testTag()
286 theBundle = ures_open(testdatapath, param[i].name, &status); in testTag()
368 ures_getStringByKey(theBundle, tag, &resultLen, &status); in testTag()
372 string=ures_getStringByKey(theBundle, tag, &resultLen, &status); in testTag()
395 ures_close(theBundle); in testTag()
Dcustrtrn.c1436 UResourceBundle *theBundle = ures_open(testdatapath, "testtypes", &status); in Test_WCHART_LongString() local
1438 const UChar* str = ures_getStringByKey(theBundle, "testinclude",&strLen,&status); in Test_WCHART_LongString()
1514 ures_close(theBundle); in Test_WCHART_LongString()
/external/icu/icu4c/source/test/intltest/
Drestsnew.cpp654 ResourceBundle theBundle( testdatapath, *param[i].locale, status); in testTag() local
709 UnicodeString string = theBundle.getStringEx(tag, status); in testTag()
736 ResourceBundle array = theBundle.get(tag, status); in testTag()
774 ResourceBundle array = theBundle.get(tag, status); in testTag()
810 ResourceBundle array2d=theBundle.get(tag, status); in testTag()
861 ResourceBundle array2d=theBundle.get(tag, status); in testTag()
901 ResourceBundle tags=theBundle.get(tag, status); in testTag()
961 ResourceBundle tags=theBundle.get(tag, status); in testTag()
1029 ResourceBundle theBundle(testdatapath, "testtypes", status); in TestNewTypes() local
1032 UnicodeString emptyStr = theBundle.getStringEx("emptystring", status); in TestNewTypes()
[all …]
Drestest.cpp336 ResourceBundle theBundle( testdatapath, *param[i].locale, status); in testTag() local
392 UnicodeString string(theBundle.getStringEx(tag, status)); in testTag()
419 ResourceBundle arrayBundle(theBundle.get(tag, status)); in testTag()