Home
last modified time | relevance | path

Searched refs:Ucs2ToGsm7bitAuto (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/telephony/sms_mms/test/gtest/
H A Dzero_branch_utils_test.cpp90 …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 Dtext_coder.h49 …int Ucs2ToGsm7bitAuto(uint8_t *dest, int maxLength, const uint8_t *src, int srcLength, bool &unkno…
H A Dtext_coder.cpp325 …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