Home
last modified time | relevance | path

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

/external/libtextclassifier/smartselect/
Dtext-classification-model.cc74 UnicodeText::const_iterator it_from_begin = context_unicode.begin(); in StripPunctuation() local
75 std::advance(it_from_begin, selection.first); in StripPunctuation()
76 for (; punctuation_to_strip_.find(*it_from_begin) != in StripPunctuation()
78 ++it_from_begin, ++selection.first) { in StripPunctuation()
85 if (it_from_begin != it_from_end) { in StripPunctuation()