Home | History | Annotate | Download | only in intltest

Lines Matching refs:DONE

58         return DONE;
63 virtual UChar first(){return DONE;};
64 virtual UChar32 first32(){return DONE;};
65 virtual UChar last(){return DONE;};
66 virtual UChar32 last32(){return DONE;};
67 virtual UChar setIndex(int32_t /*pos*/){return DONE;};
68 virtual UChar32 setIndex32(int32_t /*pos*/){return DONE;};
69 virtual UChar current() const{return DONE;};
70 virtual UChar32 current32() const{return DONE;};
71 virtual UChar next(){return DONE;};
72 virtual UChar32 next32(){return DONE;};
73 virtual UChar previous(){return DONE;};
74 virtual UChar32 previous32(){return DONE;};
398 if (c == CharacterIterator::DONE && i != text.length())
410 if (c != CharacterIterator::DONE) {
414 } while (c != CharacterIterator::DONE);
416 if(c!= CharacterIterator::DONE)
417 errln("next() didn't return DONE at the end");
419 if(c!= CharacterIterator::DONE)
420 errln("setIndex(len+1) didn't return DONE");
427 if (c == CharacterIterator::DONE && i >= 0)
441 if (c != CharacterIterator::DONE) {
445 } while (c != CharacterIterator::DONE);
448 if(c!= CharacterIterator::DONE)
449 errln("previous didn't return DONE at the beginning");
468 if (c != CharacterIterator::DONE)
483 if(c!= CharacterIterator::DONE)
484 errln("nextPostInc() didn't return DONE at the beginning");
500 if (c == CharacterIterator::DONE && i != 15)
514 if (c != CharacterIterator::DONE) {
518 } while (c != CharacterIterator::DONE);
525 if (c == CharacterIterator::DONE && i >= 5)
537 if (c != CharacterIterator::DONE) {
541 } while (c != CharacterIterator::DONE);
597 if (c == CharacterIterator::DONE && i != text.length())
608 if (c != CharacterIterator::DONE) {
612 } while (c != CharacterIterator::DONE);
623 if(c!= CharacterIterator::DONE)
624 errln("next32 didn't return DONE at the end");
626 if(c!= CharacterIterator::DONE)
627 errln("setIndex32(len+1) didn't return DONE");
634 if (c == CharacterIterator::DONE && i >= 0)
647 if (c != CharacterIterator::DONE) {
651 } while (c != CharacterIterator::DONE);
656 if(c!= CharacterIterator::DONE)
657 errln("previous32 didn't return DONE at the beginning");
677 if (c != CharacterIterator::DONE)
690 if(c!= CharacterIterator::DONE)
691 errln("next32PostInc() didn't return DONE at the beginning");
710 if (c == CharacterIterator::DONE && i != 11)
722 if (c != CharacterIterator::DONE) {
726 } while (c != CharacterIterator::DONE);
728 if(c != CharacterIterator::DONE)
737 if (c == CharacterIterator::DONE && i >= 5)
750 if (c != CharacterIterator::DONE) {
755 } while (c != CharacterIterator::DONE);
757 if(c!= CharacterIterator::DONE)
979 return DONE;
989 return DONE;
1017 return DONE;
1029 return DONE;
1036 return DONE;
1046 return DONE;
1054 return DONE;
1068 return DONE;