Home
last modified time | relevance | path

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

/external/icing/icing/query/advanced_query_parser/
Dlexer.cc188 int32_t unnormalized_length = current_index_ - unnormalized_start_pos; in ConsumeStringLiteral() local
190 query_.substr(unnormalized_start_pos, unnormalized_length); in ConsumeStringLiteral()