Home
last modified time | relevance | path

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

/third_party/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.cpp804 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()
Dtmsgfmt.cpp512 ChoiceFormat* fileform = new ChoiceFormat(filelimits, filepart, 3); in testMsgFormatChoice() local
513 form->setFormat(1,*fileform); // NOT zero, see below in testMsgFormatChoice()
541 delete fileform; in testMsgFormatChoice()
/third_party/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.java324 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()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/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.java327 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()
/third_party/icu/docs/userguide/format_parse/messages/
Dexamples.md325 ChoiceFormat fileform(filelimits, filepart,err);
326 Format testFormats[] = {fileform, null, NumberFormat.getInstance()};
384 ChoiceFormat fileform = new ChoiceFormat(filelimits,filepart);
385 Format[] testFormats = {fileform,null,NumberFormat.getInstance()};