HomeSort by relevance Sort by last modified time
    Searched refs:fileform (Results 1 - 3 of 3) sorted by null

  /external/icu4c/test/intltest/
tchcfmt.cpp 121 ChoiceFormat* fileform = new ChoiceFormat( filelimits, filepart, 4); local
123 if (!fileform) {
124 it_errln("*** test_complex_example fileform");
131 delete fileform;
135 delete fileform;
140 //const Format* testFormats[] = { fileform, NULL, filenumform };
146 delete fileform;
151 delete fileform;
157 pattform->setFormat( 0, *fileform );
166 fileform->toPattern( res1 )
    [all...]
msfmrgts.cpp 798 ChoiceFormat *fileform = new ChoiceFormat(filelimits, filepart, 3); local
799 form1->setFormat(1, *fileform);
800 form2->setFormat(0, *fileform);
818 delete fileform;
    [all...]
tmsgfmt.cpp 495 ChoiceFormat* fileform = new ChoiceFormat(filelimits, filepart, 3); local
496 form->setFormat(1,*fileform); // NOT zero, see below
524 delete fileform;
    [all...]

Completed in 482 milliseconds