Home
last modified time | relevance | path

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

/external/libtextclassifier/native/annotator/
Dfeature-processor.cc294 const UnicodeText token_left_unicode = UTF8ToUnicodeText( in SpanToLabel() local
299 UnicodeText::const_iterator span_begin = token_left_unicode.begin(); in SpanToLabel()
303 span_begin, token_left_unicode.end(), /*count_from_beginning=*/true); in SpanToLabel()