Home | History | Annotate | Download | only in i18n

Lines Matching defs:lookAhead

495     int32_t lookAhead = 1;
520 sinceMatch < lookAhead)) {
530 lookAhead -= sinceMatch - 1;
535 d, suffixes, ce32, lookAhead, c, errorCode);
547 ++lookAhead;
557 int32_t lookAhead, UChar32 c,
586 ++lookAhead;
595 // We have read and matched (lookAhead-2) code points,
607 if(lookAhead > 2) {
609 backwardNumCodePoints(lookAhead, errorCode);
611 for(int32_t i = 3; i < lookAhead; ++i) {