Searched refs:Ucs2ToGsm7bitAuto (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/base/telephony/sms_mms/test/gtest/ |
H A D | zero_branch_utils_test.cpp | 90 …EXPECT_EQ(TextCoder::Instance().Ucs2ToGsm7bitAuto(pDestText, 0, pMsgText, 0, unknown, codingNation… 91 …EXPECT_GE(TextCoder::Instance().Ucs2ToGsm7bitAuto(pDestText, 1, pMsgText, 1, unknown, codingNation…
|
/ohos5.0/base/telephony/sms_mms/utils/ |
H A D | text_coder.h | 49 …int Ucs2ToGsm7bitAuto(uint8_t *dest, int maxLength, const uint8_t *src, int srcLength, bool &unkno…
|
H A D | text_coder.cpp | 325 …int length = Ucs2ToGsm7bitAuto(dest, maxLength, reinterpret_cast<uint8_t *>(pUcs2Text), ucs2Length, in GsmUtf8ToAuto() 596 int TextCoder::Ucs2ToGsm7bitAuto(uint8_t *dest, int maxLength, const uint8_t *src, int srcLength, in Ucs2ToGsm7bitAuto() function in OHOS::Telephony::TextCoder
|