Home
last modified time | relevance | path

Searched refs:Ucs2ToGsm7bit (Results 1 - 3 of 3) sorted by relevance

/base/telephony/sms_mms/utils/
H A Dtext_coder.h48 int Ucs2ToGsm7bit(uint8_t *dest, int maxLength, const uint8_t *src, int srcLength, MSG_LANGUAGE_ID_T &langId);
H A Dtext_coder.cpp269 return Ucs2ToGsm7bit(dest, maxLength, reinterpret_cast<uint8_t *>(pUcs2Text), ucs2Length, langId); in Utf8ToGsm7bit()
520 int TextCoder::Ucs2ToGsm7bit(uint8_t *dest, int maxLength, const uint8_t *src, int srcLength, MSG_LANGUAGE_ID_T &langId) in Ucs2ToGsm7bit() function in OHOS::Telephony::TextCoder
/base/telephony/sms_mms/test/gtest/
H A Dzero_branch_utils_test.cpp92 EXPECT_EQ(TextCoder::Instance().Ucs2ToGsm7bit(pDestText, 0, pMsgText, 0, langId), -1); in HWTEST_F()
93 EXPECT_GT(TextCoder::Instance().Ucs2ToGsm7bit(pDestText, 1, pMsgText, TEXT_LENGTH, langId), 0); in HWTEST_F()

Completed in 3 milliseconds