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

  /external/icu4c/test/intltest/
selfmts.cpp 135 //SelectFormat* selFmt1 = new SelectFormat( SIMPLE_PATTERN , status);
266 SelectFormat* selFmt1 = new SelectFormat( SIMPLE_PATTERN , status1);
273 if(selFmt1->getDynamicClassID() !=SelectFormat::getStaticClassID()) {
281 selFmt1->applyPattern( pattern, status1);
286 selFmt1->toPattern( checkPattern);
299 selFmt1->format( keyWord, result , ignore , status1);
314 selFmt1->format( testArgs, result1 , ignore , status1);
325 delete selFmt1;

Completed in 40 milliseconds