Searched refs:isTurkisk (Results 1 – 1 of 1) sorted by relevance
654 bool isTurkisk = (inText == 0x00e7 && currType <= MSG_TURKISH_CHAR); in GetLangType() local655 currType = isTurkisk ? MSG_TURKISH_CHAR : newType; in GetLangType()