Home
last modified time | relevance | path

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

/aosp_15_r20/external/libtextclassifier/native/annotator/number/
H A Dnumber.cc254 const int new_start_codepoint = is_negative ? token.start - 1 : token.start; in FindAll() local
259 new_start_codepoint, token.end, parsed_int_value, parsed_double_value, in FindAll()
272 new_start_codepoint, percent_end_codepoint, parsed_int_value, in FindAll()