Home
last modified time | relevance | path

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

/external/icu4c/test/intltest/
Dtchcfmt.cpp135 ChoiceFormat* fileform = new ChoiceFormat( filelimits, filepart, 4); in TestComplexExample() local
137 if (!fileform) { in TestComplexExample()
145 delete fileform; in TestComplexExample()
149 delete fileform; in TestComplexExample()
160 delete fileform; in TestComplexExample()
165 delete fileform; in TestComplexExample()
171 pattform->setFormat( 0, *fileform ); in TestComplexExample()
180 fileform->toPattern( res1 ); in TestComplexExample()
201 delete fileform; in TestComplexExample()
217 delete fileform; in TestComplexExample()
[all …]
Dmsfmrgts.cpp789 ChoiceFormat *fileform = new ChoiceFormat(filelimits, filepart, 3); in Test4105380() local
790 form1->setFormat(1, *fileform); in Test4105380()
791 form2->setFormat(0, *fileform); in Test4105380()
809 delete fileform; in Test4105380()
Dtmsgfmt.cpp487 ChoiceFormat* fileform = new ChoiceFormat(filelimits, filepart, 3); in testMsgFormatChoice() local
488 form->setFormat(1,*fileform); // NOT zero, see below in testMsgFormatChoice()
516 delete fileform; in testMsgFormatChoice()