Home | History | Annotate | Download | only in intltest

Lines Matching refs:current32

72     virtual UChar32 current32() const{return DONE;};
563 if (iter.current32() != text[(int32_t)1])
569 c=iter.current32();
574 c=iter.current32();
579 c=iter.current32();
585 c=iter.current32();
606 if (iter.current32() != c)
607 errln("current32() isn't working right");
643 if (iter.current32() != c)
644 errln("current32() isn't working right");
688 if(iter.current32() != text.char32At(i))
703 if (iter.getIndex() != 10 || iter.current32() != text.char32At(10))
719 if (iter.current32() != c)
720 errln("current32() isn't working right");
745 if (iter.current32() != c)
746 errln("current32() isn't working right");
785 c2=ci.current32();
1042 virtual UChar32 current32() const {