Searched refs:currType (Results 1 – 2 of 2) sorted by relevance
185 std::string currType; variable203 std::string currType; variable221 std::string currType; variable240 std::string currType; variable257 std::string currType; variable274 std::string currType; variable292 std::string currType; variable310 std::string currType; variable336 std::string currType; variable353 std::string currType; variable[all …]
529 uint8_t currType = GetLangType(src, srcLength); in Ucs2ToGsm7bit() local538 switch (currType) { in Ucs2ToGsm7bit()676 uint8_t currType = MSG_DEFAULT_CHAR; in GetLangType() local687 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()