Searched refs:UCS2_LEN_MIN (Results 1 – 1 of 1) sorted by relevance
28 static constexpr uint8_t UCS2_LEN_MIN = 2; variable522 for (int index = 0; index < (srcLength - 1); index += UCS2_LEN_MIN) { in Ucs2ToGsm7bit()575 for (int index = 0; index < srcLength - 1; index += UCS2_LEN_MIN) { in Ucs2ToGsm7bitAuto()615 for (int index = 0; index < srcLength - 1; index += UCS2_LEN_MIN) { in Ucs2ToAscii()645 for (int index = 0; index < (srcLength - 1); index += UCS2_LEN_MIN) { in GetLangType()778 for (int i = 0; i < srcLength && maxLength > UCS2_LEN_MIN; i++) { in Gsm7bitToUcs2()