Lines Matching refs:startIndex
184 if(test->startIndex() != 0){
185 errln("Failed: startIndex()");
210 if (test1d->startIndex() < 0)
211 errln("Construction failed: startIndex is negative");
214 if (test1d->getIndex() < test1d->startIndex() || test1d->endIndex() < test1d->getIndex())
307 if (test8a->startIndex() < 0)
308 errln("Construction failed: startIndex is negative");
311 if (test8c->getIndex() < test8c->startIndex() || test8c->endIndex() < test8c->getIndex())
396 if (iter.startIndex() != 0 || iter.endIndex() != text.length())
397 errln("startIndex() or endIndex() failed");
466 if (iter.startIndex() != 0)
492 if (iter.startIndex() != 5 || iter.endIndex() != 15)
594 if (iter.startIndex() != 0 || iter.endIndex() != text.length())
595 errln("startIndex() or endIndex() failed");
675 if (iter.startIndex() != 0)
701 if (iter.startIndex() != 1 || iter.endIndex() != 11)