Home
last modified time | relevance | path

Searched refs:next_match_offset (Results 1 – 1 of 1) sorted by relevance

/external/libtextclassifier/native/utils/grammar/parsing/
Dlexer.cc37 int next_match_offset = match_offset; in AppendTokenSymbols() local
56 /*match_offset=*/next_match_offset, in AppendTokenSymbols()
59 next_match_offset = sub_token_start + num_codepoints; in AppendTokenSymbols()
62 sub_token_start = next_match_offset; in AppendTokenSymbols()