Searched refs:Utf8ToGsm7bit (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/base/telephony/sms_mms/utils/ |
H A D | text_coder.h | 34 …int Utf8ToGsm7bit(uint8_t *dest, int maxLength, const uint8_t *src, int srcLength, MSG_LANGUAGE_ID…
|
H A D | text_coder.cpp | 240 int TextCoder::Utf8ToGsm7bit(uint8_t *dest, int maxLength, const uint8_t *src, int srcLength, MSG_L… in Utf8ToGsm7bit() function in OHOS::Telephony::TextCoder
|
/ohos5.0/base/telephony/sms_mms/test/gtest/ |
H A D | zero_branch_utils_test.cpp | 72 …EXPECT_GE(TextCoder::Instance().Utf8ToGsm7bit(pDestText, BUF_SIZE, const_cast<uint8_t *>(pMsgText)…
|
/ohos5.0/base/telephony/sms_mms/services/sms/gsm/ |
H A D | gsm_sms_message.cpp | 234 endcodeLen = TextCoder::Instance().Utf8ToGsm7bit( in CreateDataSubmitSmsTpdu() 702 decodeLen = TextCoder::Instance().Utf8ToGsm7bit( in DecodeMessage()
|