Home | History | Annotate | Download | only in common

Lines Matching defs:backUp

123     UBool     backUp( UText *text );
168 PossibleWord::backUp( UText *text ) {
294 while (words[(wordsFound + 1) % THAI_LOOKAHEAD].backUp(text));
297 while (words[wordsFound % THAI_LOOKAHEAD].backUp(text));
527 while (words[(wordsFound + 1) % KHMER_LOOKAHEAD].backUp(text));
530 while (words[wordsFound % KHMER_LOOKAHEAD].backUp(text));