Home
last modified time | relevance | path

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

/external/libtextclassifier/annotator/
Dfeature-processor.cc619 const CodepointSpan initial_span{0, value_unicode.size_codepoints()}; in StripBoundaryCodepoints() local
621 StripBoundaryCodepoints(value_unicode, initial_span); in StripBoundaryCodepoints()
623 if (initial_span != stripped_span) { in StripBoundaryCodepoints()