Searched refs:Ucs2ToAscii (Results 1 – 3 of 3) sorted by relevance
/base/telephony/sms_mms/test/gtest/ |
D | zero_branch_utils_test.cpp | 85 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/ |
D | text_coder.h | 48 int Ucs2ToAscii(uint8_t *dest, int maxLength, const uint8_t *src, int srcLength, bool &unknown);
|
D | text_coder.cpp | 369 …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
|