Searched refs:GetLangType (Results 1 – 7 of 7) sorted by relevance
94 EXPECT_EQ(TextCoder::Instance().GetLangType(pMsgText, 0), MSG_DEFAULT_CHAR);95 EXPECT_GE(TextCoder::Instance().GetLangType(pMsgText, 0), MSG_DEFAULT_CHAR);
88 EXPECT_TRUE(cbCodec->GetLangType(gs));
52 uint8_t GetLangType(const uint8_t *src, int srcLength);
529 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
254 bool GetLangType(uint8_t &lan) const;
367 cbMessage->GetLangType(sendData.langType); in GetCbData()
708 bool GsmCbCodec::GetLangType(uint8_t &lan) const in GetLangType() function in OHOS::Telephony::GsmCbCodec