Home
last modified time | relevance | path

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

/external/libtextclassifier/smartselect/
Dtoken-feature-extractor.cc159 auto left_cut = word.begin(); in ExtractCharactergramFeaturesUnicode() local
162 if (left_cut < right_cut) { in ExtractCharactergramFeaturesUnicode()
163 ++left_cut; in ExtractCharactergramFeaturesUnicode()
165 if (left_cut < right_cut) { in ExtractCharactergramFeaturesUnicode()
171 if (left_cut == right_cut) { in ExtractCharactergramFeaturesUnicode()
176 word.UTF8Substring(word.begin(), left_cut) + in ExtractCharactergramFeaturesUnicode()