Searched refs:UCS2_LEN_MAX (Results 1 – 1 of 1) sorted by relevance
28 static constexpr uint32_t UCS2_LEN_MAX = INT_MAX / sizeof(WCHAR); variable252 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()346 if (maxUcs2Length <= 0 || static_cast<uint32_t>(maxUcs2Length) >= UCS2_LEN_MAX) { in CdmaUtf8ToAuto()397 if (maxUcs2Length <= 0 || static_cast<uint32_t>(maxUcs2Length) >= UCS2_LEN_MAX) { in Gsm7bitToUtf8()