HomeSort by relevance Sort by last modified time
    Searched full:utf8_str (Results 1 - 5 of 5) sorted by null

  /external/libtextclassifier/
textclassifier_jni.h 85 const std::string& utf8_str, libtextclassifier::CodepointSpan bmp_indices);
90 const std::string& utf8_str, libtextclassifier::CodepointSpan utf8_indices);
textclassifier_jni.cc 99 CodepointSpan ConvertIndicesBMPUTF8(const std::string& utf8_str,
103 libtextclassifier::UTF8ToUnicodeText(utf8_str, /*do_copy=*/false);
146 CodepointSpan ConvertIndicesBMPToUTF8(const std::string& utf8_str,
148 return ConvertIndicesBMPUTF8(utf8_str, orig_indices, /*from_utf8=*/false);
151 CodepointSpan ConvertIndicesUTF8ToBMP(const std::string& utf8_str,
153 return ConvertIndicesBMPUTF8(utf8_str, orig_indices, /*from_utf8=*/true);
  /external/libtextclassifier/smartselect/
token-feature-extractor.cc 69 std::string utf8_str; local
70 icu_string.toUTF8String(utf8_str);
71 remapped->CopyUTF8(utf8_str.data(), utf8_str.length());
  /external/clang/lib/Frontend/Rewrite/
RewriteObjC.cpp     [all...]
RewriteModernObjC.cpp     [all...]

Completed in 167 milliseconds