Home | History | Annotate | Download | only in intltest

Lines Matching refs:startIndex

183     if(test->startIndex() != 0){
184 errln("Failed: startIndex()");
209 if (test1d->startIndex() < 0)
210 errln("Construction failed: startIndex is negative");
213 if (test1d->getIndex() < test1d->startIndex() || test1d->endIndex() < test1d->getIndex())
306 if (test8a->startIndex() < 0)
307 errln("Construction failed: startIndex is negative");
310 if (test8c->getIndex() < test8c->startIndex() || test8c->endIndex() < test8c->getIndex())
395 if (iter.startIndex() != 0 || iter.endIndex() != text.length())
396 errln("startIndex() or endIndex() failed");
465 if (iter.startIndex() != 0)
491 if (iter.startIndex() != 5 || iter.endIndex() != 15)
593 if (iter.startIndex() != 0 || iter.endIndex() != text.length())
594 errln("startIndex() or endIndex() failed");
674 if (iter.startIndex() != 0)
700 if (iter.startIndex() != 1 || iter.endIndex() != 11)