Home
last modified time | relevance | path

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

/base/telephony/sms_mms/utils/
Dtext_coder.cpp262 WCHAR *pUcs2Text = ucs2Text.get(); in Utf8ToGsm7bit() local
263 …if (memset_s(pUcs2Text, maxUcs2Length * sizeof(WCHAR), 0x00, maxUcs2Length * sizeof(WCHAR)) != EOK… in Utf8ToGsm7bit()
269 …int ucs2Length = Utf8ToUcs2(reinterpret_cast<uint8_t *>(pUcs2Text), maxUcs2Length * sizeof(WCHAR),… in Utf8ToGsm7bit()
270 … return Ucs2ToGsm7bit(dest, maxLength, reinterpret_cast<uint8_t *>(pUcs2Text), ucs2Length, langId); in Utf8ToGsm7bit()
309 WCHAR *pUcs2Text = ucs2Text.get(); in GsmUtf8ToAuto() local
310 …if (memset_s(pUcs2Text, maxUcs2Length * sizeof(WCHAR), 0x00, maxUcs2Length * sizeof(WCHAR)) != EOK… in GsmUtf8ToAuto()
314 …int ucs2Length = Utf8ToUcs2(reinterpret_cast<uint8_t *>(pUcs2Text), maxUcs2Length * sizeof(WCHAR),… in GsmUtf8ToAuto()
325 …int gsm7bitLength = Ucs2ToGsm7bitAuto(dest, maxLength, reinterpret_cast<uint8_t *>(pUcs2Text), ucs… in GsmUtf8ToAuto()
332 if (memcpy_s(dest, tempTextLen, pUcs2Text, tempTextLen) != EOK) { in GsmUtf8ToAuto()
353 WCHAR *pUcs2Text = ucs2Text.get(); in CdmaUtf8ToAuto() local
[all …]