Home
last modified time | relevance | path

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

/base/telephony/sms_mms/utils/
Dtext_coder.cpp654 bool isTurkisk = (inText == 0x00e7 && currType <= MSG_TURKISH_CHAR); in GetLangType() local
655 currType = isTurkisk ? MSG_TURKISH_CHAR : newType; in GetLangType()