Lines Matching refs:SelectFormat
97 SelectFormat* selFmt = new SelectFormat( SIMPLE_PATTERN , status); in selectFormatUnitTest()
132 selFmt = new SelectFormat( SIMPLE_PATTERN , status); in selectFormatUnitTest()
185 selFmt = new SelectFormat( SIMPLE_PATTERN , status); in selectFormatUnitTest()
207 SelectFormat* selFmt[3] = { NULL, NULL, NULL }; in selectFormatAPITest()
215 selFmt[0]= new SelectFormat(SIMPLE_PATTERN, status[0]); in selectFormatAPITest()
223 SelectFormat fmt = *selFmt[0]; in selectFormatAPITest()
224 SelectFormat* dupPFmt = new SelectFormat(fmt); in selectFormatAPITest()
233 selFmt[1] = (SelectFormat*)selFmt[0]->clone(); in selectFormatAPITest()
249 selFmt[2]= new SelectFormat(SIMPLE_PATTERN, status[2]); in selectFormatAPITest()
268 SelectFormat* selFmt1 = new SelectFormat( SIMPLE_PATTERN , status1); in selectFormatAPITest()
275 if(selFmt1->getDynamicClassID() !=SelectFormat::getStaticClassID()) { in selectFormatAPITest()