Home | History | Annotate | Download | only in intltest

Lines Matching refs:hasPrevious

125     virtual UBool hasPrevious() {return TRUE;};
636 else if(iter.hasPrevious() == FALSE && i>0)
652 if(iter.hasPrevious() == TRUE)
653 errln("hasPrevious returned true after reaching the start");
739 else if(iter.hasPrevious() == FALSE && i > 5)
800 h=iter->hasPrevious(iter);
801 h2=ci.hasPrevious();
806 h=iter->hasPrevious(iter);
807 h2=ci.hasPrevious();
1072 virtual UBool hasPrevious() {