Home
last modified time | relevance | path

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

/frameworks/av/media/mtp/
DMtpStringBuffer.cpp29 const char * utf16_cerror = "__CONVERSION_ERROR__"; variable
32 std::wstring_convert<std::codecvt_utf8_utf16<char16_t>,char16_t> gConvert(utf16_cerror, utf8_cerror…
37 if (conversion == utf16_cerror) { in utf16ToUtf8()