Searched refs:cd (Results 1 - 1 of 1) sorted by relevance
/base/telephony/sms_mms/utils/ |
H A D | text_coder.cpp | 287 GIConv cd = g_iconv_open("UTF16BE", "UTF8"); in Utf8ToUcs2() local 288 if (cd != nullptr) { in Utf8ToUcs2() 289 err = g_iconv(cd, reinterpret_cast<gchar **>(const_cast<uint8_t **>(&src)), reinterpret_cast<gsize *>(&textLen), in Utf8ToUcs2() 292 g_iconv_close(cd); in Utf8ToUcs2() 444 GIConv cd = g_iconv_open("UTF8", "UTF16BE"); in Ucs2ToUtf8() local 445 if (cd != nullptr) { in Ucs2ToUtf8() 446 err = g_iconv(cd, reinterpret_cast<gchar **>(const_cast<uint8_t **>(&src)), reinterpret_cast<gsize *>(&textLen), in Ucs2ToUtf8() 449 g_iconv_close(cd); in Ucs2ToUtf8() 474 GIConv cd = g_iconv_open("UTF8", "EUCKR"); in EuckrToUtf8() local 475 if (cd ! in EuckrToUtf8() 505 GIConv cd = g_iconv_open("UTF8", "SHIFT-JIS"); ShiftjisToUtf8() local [all...] |
Completed in 2 milliseconds