Home
last modified time | relevance | path

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

/external/libtextclassifier/native/annotator/number/
Dnumber.cc251 const int new_start_codepoint = is_negative ? token.start - 1 : token.start; in FindAll() local
256 new_start_codepoint, token.end, parsed_int_value, parsed_double_value, in FindAll()
269 new_start_codepoint, percent_end_codepoint, parsed_int_value, in FindAll()