Searched refs:fileform (Results 1 – 7 of 7) sorted by relevance
/external/icu/icu4c/source/test/intltest/ |
D | tchcfmt.cpp | 132 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 …]
|
D | msfmrgts.cpp | 803 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()
|
D | tmsgfmt.cpp | 509 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/ |
D | MessageRegressionTest.java | 495 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()
|
D | TestMessageFormat.java | 322 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/ |
D | MessageRegressionTest.java | 498 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()
|
D | TestMessageFormat.java | 325 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()
|