Searched refs:fileform (Results 1 – 3 of 3) sorted by relevance
/external/icu4c/test/intltest/ |
D | tchcfmt.cpp | 121 ChoiceFormat* fileform = new ChoiceFormat( filelimits, filepart, 4); in TestComplexExample() local 123 if (!fileform) { in TestComplexExample() 131 delete fileform; in TestComplexExample() 135 delete fileform; in TestComplexExample() 146 delete fileform; in TestComplexExample() 151 delete fileform; in TestComplexExample() 157 pattform->setFormat( 0, *fileform ); in TestComplexExample() 166 fileform->toPattern( res1 ); in TestComplexExample() 187 delete fileform; in TestComplexExample() 203 delete fileform; in TestComplexExample() [all …]
|
D | msfmrgts.cpp | 798 ChoiceFormat *fileform = new ChoiceFormat(filelimits, filepart, 3); in Test4105380() local 799 form1->setFormat(1, *fileform); in Test4105380() 800 form2->setFormat(0, *fileform); in Test4105380() 818 delete fileform; in Test4105380()
|
D | tmsgfmt.cpp | 495 ChoiceFormat* fileform = new ChoiceFormat(filelimits, filepart, 3); in testMsgFormatChoice() local 496 form->setFormat(1,*fileform); // NOT zero, see below in testMsgFormatChoice() 524 delete fileform; in testMsgFormatChoice()
|