Lines Matching full:lookahead
708 hb_uint32 lookahead = i + 1;
709 while (lookahead < stringLength) {
710 hb_uint32 testbrk = HB_GetWordClass(string[lookahead]);
711 if (testbrk == HB_Word_Format && HB_GetSentenceClass(string[lookahead]) != HB_Sentence_Sep) {
712 ++lookahead;
717 while (i < lookahead)
777 hb_uint32 lookahead = i + 1;
778 while (lookahead < stringLength) {
779 hb_uint32 sbrk = HB_GetSentenceClass(string[lookahead]);
786 ++lookahead;
789 while (i < lookahead)