Home
last modified time | relevance | path

Searched defs:u8Str (Results 1 – 3 of 3) sorted by relevance

/commonlibrary/ets_utils/js_api_module/buffer/
Dconverter.cpp56 u16string Utf8ToUtf16BE(const string &u8Str, bool *ok) in Utf8ToUtf16BE()
/commonlibrary/ets_utils/platform/ohos/
Dutil_helper.cpp174 std::u16string Utf8ToUtf16BE(const std::string &u8Str, bool *ok) in Utf8ToUtf16BE()
/commonlibrary/c_utils/base/src/
Dparcel.cpp1288 const auto *u8Str = reinterpret_cast<const char *>(str); in ReadString8WithLength() local