Searched defs:Utf8ToUtf16 (Results 1 – 5 of 5) sorted by relevance
68 libtextclassifier3::StatusOr<std::u16string> Utf8ToUtf16( in Utf8ToUtf16() function
45 std::u16string Utf8ToUtf16(StringPiece utf8) { in Utf8ToUtf16() function
1427 static bool Utf8ToUtf16(StringPiece str, std::u16string* out) { in Utf8ToUtf16() function
357 std::u16string Utf8ToUtf16(StringPiece utf8) { in Utf8ToUtf16() function
1235 static boolean Utf8ToUtf16(final String str, Ref<String> out) { in Utf8ToUtf16() method in CppAssetManager2