Home
last modified time | relevance | path

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

/art/runtime/native/
Dlibcore_util_CharsetUtils.cc135 ConvertUtf16ToUtf8</*kUseShortZero=*/ true, in CharsetUtils_toUtf8Bytes()
151 ConvertUtf16ToUtf8</*kUseShortZero=*/ true, in CharsetUtils_toUtf8Bytes()
/art/libdexfile/dex/
Dutf.h85 void ConvertUtf16ToUtf8(const uint16_t* utf16, size_t char_count, Append&& append);
Dutf-inl.h98 inline void ConvertUtf16ToUtf8(const uint16_t* utf16, size_t char_count, Append&& append) { in ConvertUtf16ToUtf8() function
/art/runtime/jni/
Djni_internal.cc227 ConvertUtf16ToUtf8<kUtfUseShortZero, kUtfUse4ByteSequence, kUtfReplaceBadSurrogates>( in GetUncompressedStringUTFLength()
233 ConvertUtf16ToUtf8<kUtfUseShortZero, kUtfUse4ByteSequence, kUtfReplaceBadSurrogates>( in GetUncompressedStringUTFChars()