Home | History | Annotate | Download | only in intltest

Lines Matching full:current32

73     virtual UChar32 current32() const{return DONE;};
564 if (iter.current32() != text[(int32_t)1])
570 c=iter.current32();
575 c=iter.current32();
580 c=iter.current32();
586 c=iter.current32();
607 if (iter.current32() != c)
608 errln("current32() isn't working right");
644 if (iter.current32() != c)
645 errln("current32() isn't working right");
689 if(iter.current32() != text.char32At(i))
704 if (iter.getIndex() != 10 || iter.current32() != text.char32At(10))
720 if (iter.current32() != c)
721 errln("current32() isn't working right");
746 if (iter.current32() != c)
747 errln("current32() isn't working right");
786 c2=ci.current32();
1043 virtual UChar32 current32() const {