Home
last modified time | relevance | path

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

/ohos5.0/base/telephony/sms_mms/test/gtest/
H A Dzero_branch_utils_test.cpp94 EXPECT_EQ(TextCoder::Instance().GetLangType(pMsgText, 0), MSG_DEFAULT_CHAR);
95 EXPECT_GE(TextCoder::Instance().GetLangType(pMsgText, 0), MSG_DEFAULT_CHAR);
H A Dzero_branch_cb_test.cpp88 EXPECT_TRUE(cbCodec->GetLangType(gs));
/ohos5.0/base/telephony/sms_mms/utils/
H A Dtext_coder.h52 uint8_t GetLangType(const uint8_t *src, int srcLength);
H A Dtext_coder.cpp529 uint8_t currType = GetLangType(src, srcLength); in Ucs2ToGsm7bit()
668 uint8_t TextCoder::GetLangType(const uint8_t *src, int srcLength) in GetLangType() function in OHOS::Telephony::TextCoder
/ohos5.0/base/telephony/sms_mms/services/sms/include/
H A Dgsm_cb_codec.h254 bool GetLangType(uint8_t &lan) const;
/ohos5.0/base/telephony/sms_mms/services/sms/gsm/
H A Dgsm_sms_cb_handler.cpp367 cbMessage->GetLangType(sendData.langType); in GetCbData()
/ohos5.0/base/telephony/sms_mms/services/sms/
H A Dgsm_cb_codec.cpp708 bool GsmCbCodec::GetLangType(uint8_t &lan) const in GetLangType() function in OHOS::Telephony::GsmCbCodec