Home
last modified time | relevance | path

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

/external/libtextclassifier/annotator/
Dfeature-processor.cc215 const int result_begin_codepoint = result_begin_token.start; in LabelToSpan() local
221 if (result_begin_codepoint == kInvalidIndex || in LabelToSpan()
240 if (begin_ignored == (result_end_codepoint - result_begin_codepoint)) { in LabelToSpan()
241 *span = {result_begin_codepoint, result_begin_codepoint}; in LabelToSpan()
243 *span = CodepointSpan({result_begin_codepoint + begin_ignored, in LabelToSpan()