Searched refs:currType (Results 1 – 1 of 1) sorted by relevance
520 uint8_t currType = GetLangType(src, srcLength); in Ucs2ToGsm7bit() local529 switch (currType) { in Ucs2ToGsm7bit()642 uint8_t currType = MSG_DEFAULT_CHAR; in GetLangType() local653 if (newType >= currType) { in GetLangType()654 bool isTurkisk = (inText == 0x00e7 && currType <= MSG_TURKISH_CHAR); in GetLangType()655 currType = isTurkisk ? MSG_TURKISH_CHAR : newType; in GetLangType()658 TELEPHONY_LOGI("charType : [%{public}hhu]", currType); in GetLangType()659 return currType; in GetLangType()