Home
last modified time | relevance | path

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

/external/libtextclassifier/annotator/number/
Dnumber.cc32 int num_prefix_codepoints; in ClassifyText() local
36 &parsed_value, &num_prefix_codepoints, in ClassifyText()
62 int num_prefix_codepoints; in FindAll() local
64 if (ParseNumber(token_text, &parsed_value, &num_prefix_codepoints, in FindAll()
72 annotated_span.span = {token.start + num_prefix_codepoints, in FindAll()
137 int* num_prefix_codepoints, in ParseNumber() argument
139 TC3_CHECK(result != nullptr && num_prefix_codepoints != nullptr && in ParseNumber()
153 *num_prefix_codepoints = stripped_span.first; in ParseNumber()
161 ++(*num_prefix_codepoints); in ParseNumber()
Dnumber.h67 int* num_prefix_codepoints,