Home
last modified time | relevance | path

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

/base/telephony/sms_mms/utils/
Dtext_coder.cpp29 static constexpr uint32_t UCS2_LEN_MAX = INT_MAX / sizeof(WCHAR); variable
253 if (static_cast<uint32_t>(maxUcs2Length) >= UCS2_LEN_MAX) { in Utf8ToGsm7bit()
300 if (maxUcs2Length <= 0 || static_cast<uint32_t>(maxUcs2Length) >= UCS2_LEN_MAX) { in GsmUtf8ToAuto()
344 if (maxUcs2Length <= 0 || static_cast<uint32_t>(maxUcs2Length) >= UCS2_LEN_MAX) { in CdmaUtf8ToAuto()
395 if (maxUcs2Length <= 0 || static_cast<uint32_t>(maxUcs2Length) >= UCS2_LEN_MAX) { in Gsm7bitToUtf8()