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 | 804 ChoiceFormat *fileform = new ChoiceFormat(filelimits, filepart, 3); in Test4105380() local 805 form1->setFormat(1, *fileform); in Test4105380() 806 form2->setFormat(0, *fileform); in Test4105380() 824 delete fileform; in Test4105380()
|
D | tmsgfmt.cpp | 510 ChoiceFormat* fileform = new ChoiceFormat(filelimits, filepart, 3); in testMsgFormatChoice() local 511 form->setFormat(1,*fileform); // NOT zero, see below in testMsgFormatChoice() 539 delete fileform; in testMsgFormatChoice()
|
/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 | 327 ChoiceFormat fileform = new ChoiceFormat(filelimits, filepart); in TestMsgFormatChoice() local 328 form.setFormat(1, fileform); // NOT zero, see below in TestMsgFormatChoice() 1620 ChoiceFormat fileform = new ChoiceFormat(filelimits, filepart); in TestFormatToCharacterIterator() local 1621 msgfmts[2].setFormat(0, fileform); in TestFormatToCharacterIterator()
|
/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 | 324 ChoiceFormat fileform = new ChoiceFormat(filelimits, filepart); in TestMsgFormatChoice() local 325 form.setFormat(1, fileform); // NOT zero, see below in TestMsgFormatChoice() 1617 ChoiceFormat fileform = new ChoiceFormat(filelimits, filepart); in TestFormatToCharacterIterator() local 1618 msgfmts[2].setFormat(0, fileform); in TestFormatToCharacterIterator()
|