Searched refs:fileform (Results 1 – 7 of 7) sorted by relevance
/external/icu/icu4c/source/test/intltest/ |
D | tchcfmt.cpp | 131 ChoiceFormat* fileform = new ChoiceFormat( filelimits, filepart, 4); in TestComplexExample() local 133 if (!fileform) { in TestComplexExample() 141 delete fileform; in TestComplexExample() 145 delete fileform; in TestComplexExample() 156 delete fileform; in TestComplexExample() 161 delete fileform; in TestComplexExample() 167 pattform->setFormat( 0, *fileform ); in TestComplexExample() 176 fileform->toPattern( res1 ); in TestComplexExample() 197 delete fileform; in TestComplexExample() 213 delete fileform; in TestComplexExample() [all …]
|
D | msfmrgts.cpp | 800 ChoiceFormat *fileform = new ChoiceFormat(filelimits, filepart, 3); in Test4105380() local 801 form1->setFormat(1, *fileform); in Test4105380() 802 form2->setFormat(0, *fileform); in Test4105380() 820 delete fileform; in Test4105380()
|
D | tmsgfmt.cpp | 504 ChoiceFormat* fileform = new ChoiceFormat(filelimits, filepart, 3); in testMsgFormatChoice() local 505 form->setFormat(1,*fileform); // NOT zero, see below in testMsgFormatChoice() 533 delete fileform; in testMsgFormatChoice()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
D | MessageRegression.java | 480 ChoiceFormat fileform = new ChoiceFormat(filelimits, filepart); in Test4105380() local 481 form1.setFormat(1, fileform); in Test4105380() 482 form2.setFormat(0, fileform); in Test4105380() 827 ChoiceFormat fileform = new ChoiceFormat(filelimits, filepart); in testBugTestsWithNamesArguments() local 828 form1.setFormat(1, fileform); in testBugTestsWithNamesArguments() 829 form2.setFormat(0, fileform); in testBugTestsWithNamesArguments()
|
D | TestMessageFormat.java | 314 ChoiceFormat fileform = new ChoiceFormat(filelimits, filepart); in TestMsgFormatChoice() local 315 form.setFormat(1, fileform); // NOT zero, see below in TestMsgFormatChoice() 1579 ChoiceFormat fileform = new ChoiceFormat(filelimits, filepart); in TestFormatToCharacterIterator() local 1580 msgfmts[2].setFormat(0, fileform); in TestFormatToCharacterIterator()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | MessageRegression.java | 476 ChoiceFormat fileform = new ChoiceFormat(filelimits, filepart); in Test4105380() local 477 form1.setFormat(1, fileform); in Test4105380() 478 form2.setFormat(0, fileform); in Test4105380() 823 ChoiceFormat fileform = new ChoiceFormat(filelimits, filepart); in testBugTestsWithNamesArguments() local 824 form1.setFormat(1, fileform); in testBugTestsWithNamesArguments() 825 form2.setFormat(0, fileform); in testBugTestsWithNamesArguments()
|
D | TestMessageFormat.java | 310 ChoiceFormat fileform = new ChoiceFormat(filelimits, filepart); in TestMsgFormatChoice() local 311 form.setFormat(1, fileform); // NOT zero, see below in TestMsgFormatChoice() 1575 ChoiceFormat fileform = new ChoiceFormat(filelimits, filepart); in TestFormatToCharacterIterator() local 1576 msgfmts[2].setFormat(0, fileform); in TestFormatToCharacterIterator()
|