Home
last modified time | relevance | path

Searched refs:UnicodeToUtf8 (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/obex/
H A Dobex_utils.h44 static std::string UnicodeToUtf8(const std::u16string &str16);
H A Dobex_utils.cpp151UnicodeToUtf8(static_cast<const ObexOptionalUnicodeHeader *>(&hi)->GetUnicodeText()).c_str()); in ObexHeaderItemDebug()
263 std::string ObexUtils::UnicodeToUtf8(const std::u16string &str16) in UnicodeToUtf8() function in OHOS::bluetooth::ObexUtils