Home
last modified time | relevance | path

Searched defs:unicode_text (Results 1 – 4 of 4) sorted by relevance

/external/libtextclassifier/native/utils/
Dtokenizer.cc179 void Tokenizer::TokenizeSubstring(const UnicodeText& unicode_text, in TokenizeSubstring()
204 void Tokenizer::InternalRetokenize(const UnicodeText& unicode_text, in InternalRetokenize()
/external/cronet/buildtools/third_party/libc++/trunk/benchmarks/
Dstd_format_spec_string_unicode.bench.cpp80 std::basic_string_view<CharT> unicode_text() { in unicode_text() function
/external/python/cpython2/Parser/
Dtokenizer.c1711 PyObject *unicode_text = PyUnicode_DecodeUTF8(text, len, "replace"); in dec_utf8() local
/external/libtextclassifier/native/annotator/
Dfeature-processor.cc366 const UnicodeText& unicode_text, const CodepointSpan& span) { in CodepointSpanToUnicodeTextRange()