Home
last modified time | relevance | path

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

/commonlibrary/ets_utils/js_api_module/buffer/
Dconverter.cpp108 u16string Utf16BEToLE(const u16string &wstr) in Utf16BEToLE()
122 string Utf16BEToANSI(const u16string &wstr) in Utf16BEToANSI()
/commonlibrary/ets_utils/platform/ohos/
Dutil_helper.cpp231 std::u16string Utf16BEToLE(const std::u16string &wstr) in Utf16BEToLE()
/commonlibrary/ets_utils/js_api_module/url/test/
Dtest_napi.cpp85 icu::UnicodeString wstr = icu::UnicodeString::fromUTF8(sp); in ReviseStr() local