Home | History | Annotate | Download | only in intltest

Lines Matching full:test1d

202     CharacterIterator* test1d= new StringCharacterIterator(testText, -2, 100, 5);
209 if (test1d->startIndex() < 0)
211 if (test1d->endIndex() > testText.length())
213 if (test1d->getIndex() < test1d->startIndex() || test1d->endIndex() < test1d->getIndex())
252 delete test1d;