Home
last modified time | relevance | path

Searched refs:Utf16BEToLE (Results 1 - 6 of 6) sorted by relevance

/commonlibrary/ets_utils/platform/ohos/
H A Dutil_helper.cpp134 std::u16string u16LEStr = Utf16BEToLE(u16BEStr); in EncodeConversion()
231 std::u16string Utf16BEToLE(const std::u16string &wstr) in Utf16BEToLE() function
419 buffer = Utf16BEToLE(u16Str); in EncodeTo16BE()
/commonlibrary/ets_utils/js_api_module/buffer/
H A Dconverter.h76 std::u16string Utf16BEToLE(const std::u16string &wstr);
H A Dconverter.cpp108 u16string Utf16BEToLE(const u16string &wstr) in Utf16BEToLE() function
H A Dnative_module_buffer.cpp118 return Utf16BEToLE(u16Str); in GetStringUtf16LE()
/commonlibrary/ets_utils/platform/
H A Dutil_helper.h88 std::u16string Utf16BEToLE(const std::u16string &wstr);
/commonlibrary/ets_utils/js_api_module/buffer/test/
H A Dtest_napi.cpp1351 * @tc.desc: Utf16BEToLE
1358 std::u16string re = OHOS::buffer::Utf16BEToLE(wstrBE); in HWTEST_F()

Completed in 7 milliseconds