HomeSort by relevance Sort by last modified time
    Searched full:filenumform (Results 1 - 1 of 1) sorted by null

  /external/icu/icu4c/source/test/intltest/
tchcfmt.cpp 138 Format* filenumform = NumberFormat::createInstance( status ); local
139 if (!filenumform) {
140 dataerrln((UnicodeString)"*** test_complex_example filenumform - " + u_errorName(status));
144 if (!chkstatus( status, "*** test_simple_example filenumform" )) {
146 delete filenumform;
150 //const Format* testFormats[] = { fileform, NULL, filenumform };
157 delete filenumform;
162 delete filenumform;
168 pattform->setFormat( 2, *filenumform );
198 delete filenumform;
    [all...]

Completed in 122 milliseconds