Home
last modified time | relevance | path

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

/base/telephony/sms_mms/utils/
Dtext_coder.cpp257 std::unique_ptr<WCHAR[]> ucs2Text = std::make_unique<WCHAR[]>(maxUcs2Length); in Utf8ToGsm7bit() local
258 if (ucs2Text == nullptr) { in Utf8ToGsm7bit()
262 WCHAR *pUcs2Text = ucs2Text.get(); in Utf8ToGsm7bit()
304 std::unique_ptr<WCHAR[]> ucs2Text = std::make_unique<WCHAR[]>(maxUcs2Length); in GsmUtf8ToAuto() local
305 if (ucs2Text == nullptr) { in GsmUtf8ToAuto()
309 WCHAR *pUcs2Text = ucs2Text.get(); in GsmUtf8ToAuto()
348 std::unique_ptr<WCHAR[]> ucs2Text = std::make_unique<WCHAR[]>(maxUcs2Length); in CdmaUtf8ToAuto() local
349 if (ucs2Text == nullptr) { in CdmaUtf8ToAuto()
353 WCHAR *pUcs2Text = ucs2Text.get(); in CdmaUtf8ToAuto()
399 std::unique_ptr<WCHAR[]> ucs2Text = std::make_unique<WCHAR[]>(maxUcs2Length); in Gsm7bitToUtf8() local
[all …]