Lines Matching refs:SelectFormat
95 SelectFormat* selFmt = new SelectFormat( SIMPLE_PATTERN , status); in selectFormatUnitTest()
130 selFmt = new SelectFormat( SIMPLE_PATTERN , status); in selectFormatUnitTest()
183 selFmt = new SelectFormat( SIMPLE_PATTERN , status); in selectFormatUnitTest()
205 SelectFormat* selFmt[3] = { NULL, NULL, NULL }; in selectFormatAPITest()
213 selFmt[0]= new SelectFormat(SIMPLE_PATTERN, status[0]); in selectFormatAPITest()
221 SelectFormat fmt = *selFmt[0]; in selectFormatAPITest()
222 SelectFormat* dupPFmt = new SelectFormat(fmt); in selectFormatAPITest()
231 selFmt[1] = (SelectFormat*)selFmt[0]->clone(); in selectFormatAPITest()
247 selFmt[2]= new SelectFormat(SIMPLE_PATTERN, status[2]); in selectFormatAPITest()
266 SelectFormat* selFmt1 = new SelectFormat( SIMPLE_PATTERN , status1); in selectFormatAPITest()
273 if(selFmt1->getDynamicClassID() !=SelectFormat::getStaticClassID()) { in selectFormatAPITest()