Searched refs:prev_token_end (Results 1 – 1 of 1) sorted by relevance
94 const CodepointIndex prev_token_end = input.tokens[i - 1].end; in SortedSymbolsForInput() local95 if (token_start != prev_token_end) { in SortedSymbolsForInput()96 token_match_start[token_start] = prev_token_end; in SortedSymbolsForInput()