Searched refs:Ucs2ToGsm7bit (Results 1 – 3 of 3) sorted by relevance
/base/telephony/sms_mms/test/gtest/ |
D | zero_branch_utils_test.cpp | 81 EXPECT_EQ(TextCoder::Instance().Ucs2ToGsm7bit(pDestText, 0, pMsgText, 0, langId), -1); 82 EXPECT_GT(TextCoder::Instance().Ucs2ToGsm7bit(pDestText, 1, pMsgText, TEXT_LENGTH, langId), 0);
|
/base/telephony/sms_mms/utils/ |
D | text_coder.h | 46 …int Ucs2ToGsm7bit(uint8_t *dest, int maxLength, const uint8_t *src, int srcLength, MSG_LANGUAGE_ID…
|
D | text_coder.cpp | 270 … return Ucs2ToGsm7bit(dest, maxLength, reinterpret_cast<uint8_t *>(pUcs2Text), ucs2Length, langId); in Utf8ToGsm7bit() 511 int TextCoder::Ucs2ToGsm7bit(uint8_t *dest, int maxLength, const uint8_t *src, int srcLength, MSG_L… in Ucs2ToGsm7bit() function in OHOS::Telephony::TextCoder
|