Home
last modified time | relevance | path

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

/external/libtextclassifier/native/annotator/
Dfeature-processor.cc644 const CodepointSpan initial_span{0, value_unicode.size_codepoints()}; in StripBoundaryCodepoints() local
646 StripBoundaryCodepoints(value_unicode, initial_span); in StripBoundaryCodepoints()
648 if (initial_span != stripped_span) { in StripBoundaryCodepoints()