Home | History | Annotate | Download | only in src

Lines Matching full:lookahead

706             hb_uint32 lookahead = i + 1;
707 while (lookahead < stringLength) {
708 hb_uint32 testbrk = HB_GetWordClass(string[lookahead]);
709 if (testbrk == HB_Word_Format && HB_GetSentenceClass(string[lookahead]) != HB_Sentence_Sep) {
710 ++lookahead;
715 while (i < lookahead)
775 hb_uint32 lookahead = i + 1;
776 while (lookahead < stringLength) {
777 hb_uint32 sbrk = HB_GetSentenceClass(string[lookahead]);
784 ++lookahead;
787 while (i < lookahead)