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.cpp507 ChoiceFormat* fileform = new ChoiceFormat(filelimits, filepart, 3); in testMsgFormatChoice() local
508 form->setFormat(1,*fileform); // NOT zero, see below in testMsgFormatChoice()
536 delete fileform; in testMsgFormatChoice()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DMessageRegressionTest.java492 ChoiceFormat fileform = new ChoiceFormat(filelimits, filepart); in Test4105380() local
493 form1.setFormat(1, fileform); in Test4105380()
494 form2.setFormat(0, fileform); in Test4105380()
847 ChoiceFormat fileform = new ChoiceFormat(filelimits, filepart); in testBugTestsWithNamesArguments() local
848 form1.setFormat(1, fileform); in testBugTestsWithNamesArguments()
849 form2.setFormat(0, fileform); in testBugTestsWithNamesArguments()
DTestMessageFormat.java319 ChoiceFormat fileform = new ChoiceFormat(filelimits, filepart); in TestMsgFormatChoice() local
320 form.setFormat(1, fileform); // NOT zero, see below in TestMsgFormatChoice()
1610 ChoiceFormat fileform = new ChoiceFormat(filelimits, filepart); in TestFormatToCharacterIterator() local
1611 msgfmts[2].setFormat(0, fileform); in TestFormatToCharacterIterator()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DMessageRegressionTest.java491 ChoiceFormat fileform = new ChoiceFormat(filelimits, filepart); in Test4105380() local
492 form1.setFormat(1, fileform); in Test4105380()
493 form2.setFormat(0, fileform); in Test4105380()
846 ChoiceFormat fileform = new ChoiceFormat(filelimits, filepart); in testBugTestsWithNamesArguments() local
847 form1.setFormat(1, fileform); in testBugTestsWithNamesArguments()
848 form2.setFormat(0, fileform); in testBugTestsWithNamesArguments()
DTestMessageFormat.java318 ChoiceFormat fileform = new ChoiceFormat(filelimits, filepart); in TestMsgFormatChoice() local
319 form.setFormat(1, fileform); // NOT zero, see below in TestMsgFormatChoice()
1609 ChoiceFormat fileform = new ChoiceFormat(filelimits, filepart); in TestFormatToCharacterIterator() local
1610 msgfmts[2].setFormat(0, fileform); in TestFormatToCharacterIterator()