Home
last modified time | relevance | path

Searched refs:fileform (Results 1 – 7 of 7) sorted by relevance

/external/icu/icu4c/source/test/intltest/
Dtchcfmt.cpp132 ChoiceFormat* fileform = new ChoiceFormat( filelimits, filepart, 4); in TestComplexExample() local
134 if (!fileform) { in TestComplexExample()
142 delete fileform; in TestComplexExample()
146 delete fileform; in TestComplexExample()
157 delete fileform; in TestComplexExample()
162 delete fileform; in TestComplexExample()
168 pattform->setFormat( 0, *fileform ); in TestComplexExample()
177 fileform->toPattern( res1 ); in TestComplexExample()
198 delete fileform; in TestComplexExample()
214 delete fileform; in TestComplexExample()
[all …]
Dmsfmrgts.cpp803 ChoiceFormat *fileform = new ChoiceFormat(filelimits, filepart, 3); in Test4105380() local
804 form1->setFormat(1, *fileform); in Test4105380()
805 form2->setFormat(0, *fileform); in Test4105380()
823 delete fileform; in Test4105380()
Dtmsgfmt.cpp509 ChoiceFormat* fileform = new ChoiceFormat(filelimits, filepart, 3); in testMsgFormatChoice() local
510 form->setFormat(1,*fileform); // NOT zero, see below in testMsgFormatChoice()
538 delete fileform; in testMsgFormatChoice()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DMessageRegressionTest.java495 ChoiceFormat fileform = new ChoiceFormat(filelimits, filepart); in Test4105380() local
496 form1.setFormat(1, fileform); in Test4105380()
497 form2.setFormat(0, fileform); in Test4105380()
850 ChoiceFormat fileform = new ChoiceFormat(filelimits, filepart); in testBugTestsWithNamesArguments() local
851 form1.setFormat(1, fileform); in testBugTestsWithNamesArguments()
852 form2.setFormat(0, fileform); in testBugTestsWithNamesArguments()
DTestMessageFormat.java322 ChoiceFormat fileform = new ChoiceFormat(filelimits, filepart); in TestMsgFormatChoice() local
323 form.setFormat(1, fileform); // NOT zero, see below in TestMsgFormatChoice()
1615 ChoiceFormat fileform = new ChoiceFormat(filelimits, filepart); in TestFormatToCharacterIterator() local
1616 msgfmts[2].setFormat(0, fileform); in TestFormatToCharacterIterator()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DMessageRegressionTest.java498 ChoiceFormat fileform = new ChoiceFormat(filelimits, filepart); in Test4105380() local
499 form1.setFormat(1, fileform); in Test4105380()
500 form2.setFormat(0, fileform); in Test4105380()
853 ChoiceFormat fileform = new ChoiceFormat(filelimits, filepart); in testBugTestsWithNamesArguments() local
854 form1.setFormat(1, fileform); in testBugTestsWithNamesArguments()
855 form2.setFormat(0, fileform); in testBugTestsWithNamesArguments()
DTestMessageFormat.java325 ChoiceFormat fileform = new ChoiceFormat(filelimits, filepart); in TestMsgFormatChoice() local
326 form.setFormat(1, fileform); // NOT zero, see below in TestMsgFormatChoice()
1618 ChoiceFormat fileform = new ChoiceFormat(filelimits, filepart); in TestFormatToCharacterIterator() local
1619 msgfmts[2].setFormat(0, fileform); in TestFormatToCharacterIterator()