Home
last modified time | relevance | path

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

/external/libtextclassifier/annotator/
Dfeature-processor.cc493 UnicodeText::const_iterator it_last; in CountIgnoredSpanBoundaryCodepoints() local
496 it_last = span_end; in CountIgnoredSpanBoundaryCodepoints()
499 --it_last; in CountIgnoredSpanBoundaryCodepoints()
502 it_last = span_start; in CountIgnoredSpanBoundaryCodepoints()
514 if (it == it_last) { in CountIgnoredSpanBoundaryCodepoints()