HomeSort by relevance Sort by last modified time
    Searched refs:context_unicode (Results 1 - 3 of 3) sorted by null

  /external/libtextclassifier/smartselect/
tokenizer.cc 68 UnicodeText context_unicode = UTF8ToUnicodeText(utf8_text, /*do_copy=*/false); local
73 for (auto it = context_unicode.begin(); it != context_unicode.end();
text-classification-model.cc 63 UnicodeText context_unicode = UTF8ToUnicodeText(context, /*do_copy=*/false); local
65 std::distance(context_unicode.begin(), context_unicode.end());
74 UnicodeText::const_iterator it_from_begin = context_unicode.begin();
83 UnicodeText::const_iterator it_from_end = context_unicode.begin();
286 const UnicodeText context_unicode = local
289 std::distance(context_unicode.begin(), context_unicode.end());
feature-processor.cc 137 const UnicodeText context_unicode = UTF8ToUnicodeText(context, local
143 internal::FindSubstrings(context_unicode, codepoints, &lines);
145 auto span_start = context_unicode.begin();
149 auto span_end = context_unicode.begin();
157 std::distance(context_unicode.begin(), line.first);

Completed in 538 milliseconds