Home | History | Annotate | Download | only in intltest

Lines Matching full:startindex

185     if(test->startIndex() != 0){
186 errln("Failed: startIndex()");
211 if (test1d->startIndex() < 0)
212 errln("Construction failed: startIndex is negative");
215 if (test1d->getIndex() < test1d->startIndex() || test1d->endIndex() < test1d->getIndex())
308 if (test8a->startIndex() < 0)
309 errln("Construction failed: startIndex is negative");
312 if (test8c->getIndex() < test8c->startIndex() || test8c->endIndex() < test8c->getIndex())
397 if (iter.startIndex() != 0 || iter.endIndex() != text.length())
398 errln("startIndex() or endIndex() failed");
467 if (iter.startIndex() != 0)
493 if (iter.startIndex() != 5 || iter.endIndex() != 15)
595 if (iter.startIndex() != 0 || iter.endIndex() != text.length())
596 errln("startIndex() or endIndex() failed");
676 if (iter.startIndex() != 0)
702 if (iter.startIndex() != 1 || iter.endIndex() != 11)