Home | History | Annotate | Download | only in intltest

Lines Matching full:test1d

203     CharacterIterator* test1d= new StringCharacterIterator(testText, -2, 100, 5);
210 if (test1d->startIndex() < 0)
212 if (test1d->endIndex() > testText.length())
214 if (test1d->getIndex() < test1d->startIndex() || test1d->endIndex() < test1d->getIndex())
253 delete test1d;