Searched defs:fileform (Results 1 - 3 of 3) sorted by relevance

/external/icu/icu4c/source/test/intltest/
H A Dmsfmrgts.cpp803 ChoiceFormat *fileform = new ChoiceFormat(filelimits, filepart, 3); local
804 form1->setFormat(1, *fileform);
805 form2->setFormat(0, *fileform);
823 delete fileform;
H A Dtchcfmt.cpp132 ChoiceFormat* fileform = new ChoiceFormat( filelimits, filepart, 4); local
134 if (!fileform) {
135 it_errln("*** test_complex_example fileform");
142 delete fileform;
146 delete fileform;
151 //const Format* testFormats[] = { fileform, NULL, filenumform };
157 delete fileform;
162 delete fileform;
168 pattform->setFormat( 0, *fileform );
177 fileform
[all...]
H A Dtmsgfmt.cpp507 ChoiceFormat* fileform = new ChoiceFormat(filelimits, filepart, 3); local
508 form->setFormat(1,*fileform); // NOT zero, see below
536 delete fileform;

Completed in 263 milliseconds