Home
last modified time | relevance | path

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

/external/libtextclassifier/smartselect/
Dfeature-processor.cc748 UnicodeText::const_iterator it_begin = unicode_text.begin(); in TokenizeSubstring() local
750 ++it_begin; in TokenizeSubstring()
756 const std::string text = unicode_text.UTF8Substring(it_begin, it_end); in TokenizeSubstring()