Home | History | Annotate | Download | only in intltest

Lines Matching defs:hasPrevious

131     virtual UBool hasPrevious() {return TRUE;};
640 else if(iter.hasPrevious() == FALSE && i>0)
656 if(iter.hasPrevious() == TRUE)
657 errln("hasPrevious returned true after reaching the start");
743 else if(iter.hasPrevious() == FALSE && i > 5)
804 h=iter->hasPrevious(iter);
805 h2=ci.hasPrevious();
810 h=iter->hasPrevious(iter);
811 h2=ci.hasPrevious();
1076 virtual UBool hasPrevious() {