Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/cintltst/
Dcreststn.c453 UResourceBundle* theBundle = NULL; in TestNewTypes() local
477 theBundle = ures_open(testdatapath, "testtypes", &status); in TestNewTypes()
479 empty = tres_getString(theBundle, -1, "emptystring", &len, &status); in TestNewTypes()
486 CONFIRM_INT_NE(theBundle, NULL); in TestNewTypes()
493 res = ures_getByKey(theBundle, "zerotest", res, &status); in TestNewTypes()
509 res = ures_getByKey(theBundle, "binarytest", res, &status); in TestNewTypes()
522 res = ures_getByKey(theBundle, "importtest", res, &status); in TestNewTypes()
535 res = ures_getByKey(theBundle, "one", res, &status); in TestNewTypes()
547 res = ures_getByKey(theBundle, "minusone", res, &status); in TestNewTypes()
560 res = ures_getByKey(theBundle, "plusone", res, &status); in TestNewTypes()
[all …]
Dcrestst.c250 UResourceBundle* theBundle = NULL; in testTag() local
270 theBundle = ures_open(testdatapath, "root", &status); in testTag()
273 ures_close(theBundle); in testTag()
277 ures_close(theBundle); in testTag()
278 theBundle = NULL; in testTag()
289 theBundle = ures_open(testdatapath, param[i].name, &status); in testTag()
371 ures_getStringByKey(theBundle, tag, &resultLen, &status); in testTag()
375 string=ures_getStringByKey(theBundle, tag, &resultLen, &status); in testTag()
398 ures_close(theBundle); in testTag()
Dcustrtrn.c1438 UResourceBundle *theBundle = ures_open(testdatapath, "testtypes", &status); in Test_WCHART_LongString() local
1440 const UChar* str = ures_getStringByKey(theBundle, "testinclude",&strLen,&status); in Test_WCHART_LongString()
1516 ures_close(theBundle); in Test_WCHART_LongString()
/external/icu/icu4c/source/test/intltest/
Drestsnew.cpp671 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 …]
Drestest.cpp339 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()