Home
last modified time | relevance | path

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

/external/libtextclassifier/
Dfeature-processor.cc240 const int begin_ignored = CountIgnoredSpanBoundaryCodepoints( in LabelToSpan() local
248 if (begin_ignored == (result_end_codepoint - result_begin_codepoint)) { in LabelToSpan()
251 *span = CodepointSpan({result_begin_codepoint + begin_ignored, in LabelToSpan()