Home | History | Annotate | Download | only in intltest

Lines Matching refs:sl

2493     StringList *sl = new StringList(status);
2501 sl->add(chars, (int32_t) 0, status);
2506 if(sl->getDynamicClassID() != StringList::getStaticClassID()){
2509 delete sl;