Home
last modified time | relevance | path

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

/base/telephony/sms_mms/utils/
Dtext_coder.cpp520 uint8_t currType = GetLangType(src, srcLength); in Ucs2ToGsm7bit() local
529 switch (currType) { in Ucs2ToGsm7bit()
642 uint8_t currType = MSG_DEFAULT_CHAR; in GetLangType() local
653 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()