Home
last modified time | relevance | path

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

/base/telephony/sms_mms/utils/
H A Dtext_coder.cpp529 uint8_t currType = GetLangType(src, srcLength); in Ucs2ToGsm7bit() local
538 switch (currType) { in Ucs2ToGsm7bit()
676 uint8_t currType = MSG_DEFAULT_CHAR; in GetLangType() local
687 if (newType >= currType) { in GetLangType()
688 bool isTurkisk = (inText == 0x00e7 && currType <= MSG_TURKISH_CHAR); in GetLangType()
689 currType = isTurkisk ? MSG_TURKISH_CHAR : newType; in GetLangType()
692 TELEPHONY_LOGI("charType : [%{public}hhu]", currType); in GetLangType()
693 return currType; in GetLangType()

Completed in 2 milliseconds