Home | History | Annotate | Download | only in intltest

Lines Matching refs:startIndex

181     if(test->startIndex() != 0){
182 errln("Failed: startIndex()");
207 if (test1d->startIndex() < 0)
208 errln("Construction failed: startIndex is negative");
211 if (test1d->getIndex() < test1d->startIndex() || test1d->endIndex() < test1d->getIndex())
304 if (test8a->startIndex() < 0)
305 errln("Construction failed: startIndex is negative");
308 if (test8c->getIndex() < test8c->startIndex() || test8c->endIndex() < test8c->getIndex())
393 if (iter.startIndex() != 0 || iter.endIndex() != text.length())
394 errln("startIndex() or endIndex() failed");
463 if (iter.startIndex() != 0)
489 if (iter.startIndex() != 5 || iter.endIndex() != 15)
591 if (iter.startIndex() != 0 || iter.endIndex() != text.length())
592 errln("startIndex() or endIndex() failed");
672 if (iter.startIndex() != 0)
698 if (iter.startIndex() != 1 || iter.endIndex() != 11)