Searched refs:pUcs2Text (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/base/telephony/sms_mms/utils/ |
H A D | text_coder.cpp | 261 WCHAR *pUcs2Text = ucs2Text.get(); in Utf8ToGsm7bit() local 262 …if (memset_s(pUcs2Text, maxUcs2Length * sizeof(WCHAR), 0x00, maxUcs2Length * sizeof(WCHAR)) != EOK… in Utf8ToGsm7bit() 269 … 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() 325 …int length = Ucs2ToGsm7bitAuto(dest, maxLength, reinterpret_cast<uint8_t *>(pUcs2Text), ucs2Length, in GsmUtf8ToAuto() 333 if (memcpy_s(dest, tempTextLen, pUcs2Text, tempTextLen) != EOK) { in GsmUtf8ToAuto() 355 WCHAR *pUcs2Text = ucs2Text.get(); in CdmaUtf8ToAuto() local 378 if (memcpy_s(dest, tempTextLen, pUcs2Text, tempTextLen) != EOK) { in CdmaUtf8ToAuto() 406 WCHAR *pUcs2Text = ucs2Text.get(); in Gsm7bitToUtf8() local [all …]
|