• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10.1/ICU-531.30/icuSources/test/intltest/

Lines Matching refs:DONE

61         return DONE;
66 virtual UChar first(){return DONE;};
67 virtual UChar32 first32(){return DONE;};
68 virtual UChar last(){return DONE;};
69 virtual UChar32 last32(){return DONE;};
70 virtual UChar setIndex(int32_t /*pos*/){return DONE;};
71 virtual UChar32 setIndex32(int32_t /*pos*/){return DONE;};
72 virtual UChar current() const{return DONE;};
73 virtual UChar32 current32() const{return DONE;};
74 virtual UChar next(){return DONE;};
75 virtual UChar32 next32(){return DONE;};
76 virtual UChar previous(){return DONE;};
77 virtual UChar32 previous32(){return DONE;};
401 if (c == CharacterIterator::DONE && i != text.length())
413 if (c != CharacterIterator::DONE) {
417 } while (c != CharacterIterator::DONE);
419 if(c!= CharacterIterator::DONE)
420 errln("next() didn't return DONE at the end");
422 if(c!= CharacterIterator::DONE)
423 errln("setIndex(len+1) didn't return DONE");
430 if (c == CharacterIterator::DONE && i >= 0)
444 if (c != CharacterIterator::DONE) {
448 } while (c != CharacterIterator::DONE);
451 if(c!= CharacterIterator::DONE)
452 errln("previous didn't return DONE at the beginning");
471 if (c != CharacterIterator::DONE)
486 if(c!= CharacterIterator::DONE)
487 errln("nextPostInc() didn't return DONE at the beginning");
503 if (c == CharacterIterator::DONE && i != 15)
517 if (c != CharacterIterator::DONE) {
521 } while (c != CharacterIterator::DONE);
528 if (c == CharacterIterator::DONE && i >= 5)
540 if (c != CharacterIterator::DONE) {
544 } while (c != CharacterIterator::DONE);
600 if (c == CharacterIterator::DONE && i != text.length())
611 if (c != CharacterIterator::DONE) {
615 } while (c != CharacterIterator::DONE);
626 if(c!= CharacterIterator::DONE)
627 errln("next32 didn't return DONE at the end");
629 if(c!= CharacterIterator::DONE)
630 errln("setIndex32(len+1) didn't return DONE");
637 if (c == CharacterIterator::DONE && i >= 0)
650 if (c != CharacterIterator::DONE) {
654 } while (c != CharacterIterator::DONE);
659 if(c!= CharacterIterator::DONE)
660 errln("previous32 didn't return DONE at the beginning");
680 if (c != CharacterIterator::DONE)
693 if(c!= CharacterIterator::DONE)
694 errln("next32PostInc() didn't return DONE at the beginning");
713 if (c == CharacterIterator::DONE && i != 11)
725 if (c != CharacterIterator::DONE) {
729 } while (c != CharacterIterator::DONE);
731 if(c != CharacterIterator::DONE)
740 if (c == CharacterIterator::DONE && i >= 5)
753 if (c != CharacterIterator::DONE) {
758 } while (c != CharacterIterator::DONE);
760 if(c!= CharacterIterator::DONE)
982 return DONE;
992 return DONE;
1020 return DONE;
1032 return DONE;
1039 return DONE;
1049 return DONE;
1057 return DONE;
1071 return DONE;