Home
last modified time | relevance | path

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

/base/telephony/sms_mms/test/gtest/
Dzero_branch_utils_test.cpp85 EXPECT_EQ(TextCoder::Instance().Ucs2ToAscii(pDestText, 0, pMsgText, 0, unknown), -1);
86 EXPECT_GE(TextCoder::Instance().Ucs2ToAscii(pDestText, 1, pMsgText, 1, unknown), 0);
/base/telephony/sms_mms/utils/
Dtext_coder.h48 int Ucs2ToAscii(uint8_t *dest, int maxLength, const uint8_t *src, int srcLength, bool &unknown);
Dtext_coder.cpp369 …int gsm7bitLength = Ucs2ToAscii(dest, maxLength, reinterpret_cast<uint8_t *>(pUcs2Text), ucs2Lengt… in CdmaUtf8ToAuto()
604 int TextCoder::Ucs2ToAscii(uint8_t *dest, int maxLength, const uint8_t *src, int srcLength, bool &u… in Ucs2ToAscii() function in OHOS::Telephony::TextCoder