Home
last modified time | relevance | path

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

/frameworks/av/media/mtp/
DMtpStringBuffer.cpp30 const char16_t * utf8_cerror = u"__CONVERSION_ERROR__"; variable
32 std::wstring_convert<std::codecvt_utf8_utf16<char16_t>,char16_t> gConvert(utf16_cerror, utf8_cerror
48 if (conversion == utf8_cerror) { in utf8ToUtf16()