Searched refs:Gsm7bitToUcs2 (Results 1 - 3 of 3) sorted by relevance
/base/telephony/sms_mms/test/gtest/ |
H A D | zero_branch_utils_test.cpp | 127 EXPECT_EQ(TextCoder::Instance().Gsm7bitToUcs2(pDestText, 0, pMsgText, 0, pLangInfo), -1); in HWTEST_F() 129 EXPECT_GE(TextCoder::Instance().Gsm7bitToUcs2(pDestText, 1, pMsgText, 1, pLangInfo), 0); in HWTEST_F() 132 EXPECT_GE(TextCoder::Instance().Gsm7bitToUcs2(pDestText, 1, pMsgText, 1, pLangInfo), 0); in HWTEST_F() 135 EXPECT_GE(TextCoder::Instance().Gsm7bitToUcs2(pDestText, 1, pMsgText, 1, pLangInfo), 0); in HWTEST_F()
|
/base/telephony/sms_mms/utils/ |
H A D | text_coder.h | 60 int Gsm7bitToUcs2(uint8_t *dest, int maxLength, const uint8_t *src, int srcLength, const MsgLangInfo &langInfo);
|
H A D | text_coder.cpp | 413 Gsm7bitToUcs2(reinterpret_cast<uint8_t *>(pUcs2Text), maxUcs2Length * sizeof(WCHAR), src, srcLength, langInfo); in Gsm7bitToUtf8() 800 int TextCoder::Gsm7bitToUcs2( in Gsm7bitToUcs2() function in OHOS::Telephony::TextCoder
|
Completed in 4 milliseconds