Home
last modified time | relevance | path

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

/external/libtextclassifier/utils/
Dtoken-feature-extractor.cc277 UnicodeText::const_iterator it_start = feature_word_unicode.begin(); in ExtractCharactergramFeaturesUnicode() local
280 ++it_start; in ExtractCharactergramFeaturesUnicode()
284 UnicodeText::const_iterator it_chargram_start = it_start; in ExtractCharactergramFeaturesUnicode()
285 UnicodeText::const_iterator it_chargram_end = it_start; in ExtractCharactergramFeaturesUnicode()
/external/libtextclassifier/annotator/number/
Dnumber.cc164 auto it_start = it; in ParseNumber() local
166 if (it == it_start) { in ParseNumber()