Home
last modified time | relevance | path

Searched refs:sStr (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_optimized_stubs-inl.h70 const JSHandle<EcmaString> &str, std::u16string &sStr) in UTF16EncodeCodePoint()
78 sStr = base::StringHelper::Utf16ToU16String(reinterpret_cast<uint16_t *>(&vv), 1); in UTF16EncodeCodePoint()
85 sStr = base::StringHelper::Append(base::StringHelper::Utf16ToU16String(&hv, 1), in UTF16EncodeCodePoint()
93 int32_t strLen, std::u16string &sStr, Span<T> &sp) in DecodePercentEncoding()
113 sStr = base::StringHelper::Utf8ToU16String(&bb, 1); in DecodePercentEncoding()
159 UTF16EncodeCodePoint(thread, oct, str, sStr); in DecodePercentEncoding()
210 std::u16string sStr; in RuntimeDecodeURIComponent() local
216 sStr = base::StringHelper::Utf16ToU16String(&cc, 1); in RuntimeDecodeURIComponent()
218 DecodePercentEncoding<T>(thread, string, k, strLen, sStr, sp); in RuntimeDecodeURIComponent()
221 resStr += sStr; in RuntimeDecodeURIComponent()
69 UTF16EncodeCodePoint(JSThread *thread, const std::vector<uint8_t> &oct, const JSHandle<EcmaString> &str, std::u16string &sStr) UTF16EncodeCodePoint() argument
92 DecodePercentEncoding(JSThread *thread, const JSHandle<EcmaString> &str, int32_t &k, int32_t strLen, std::u16string &sStr, Span<T> &sp) DecodePercentEncoding() argument
[all...]
H A Druntime_stubs.h528 int32_t strLen, std::u16string &sStr, Span<T> &sp);
535 const JSHandle<EcmaString> &str, std::u16string &sStr);
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_global.cpp258 std::u16string sStr = StringHelper::Utf16ToU16String(&cc, 1); in Encode() local
259 resStr.append(sStr); in Encode()
490 std::u16string sStr; in Decode() local
496 sStr = StringHelper::Utf16ToU16String(&cc, 1); in Decode()
498 DecodePercentEncoding(thread, string, k, IsInURISet, strLen, sStr); in Decode()
501 resStr.append(sStr); in Decode()
509 std::u16string &sStr, judgURIFunc IsInURISet) in HandleSingleByteCharacter()
512 sStr = StringHelper::Utf8ToU16String(&bb, 1); in HandleSingleByteCharacter()
516 sStr = StringHelper::StringToU16string( in HandleSingleByteCharacter()
523 judgURIFunc IsInURISet, int32_t strLen, std::u16string &sStr) in DecodePercentEncoding()
506 HandleSingleByteCharacter(JSThread *thread, uint8_t &bb, const JSHandle<EcmaString> &str, uint32_t &start, int32_t &k, std::u16string &sStr, judgURIFunc IsInURISet) HandleSingleByteCharacter() argument
522 DecodePercentEncoding(JSThread *thread, const JSHandle<EcmaString> &str, int32_t &k, judgURIFunc IsInURISet, int32_t strLen, std::u16string &sStr) DecodePercentEncoding() argument
631 UTF16EncodeCodePoint(JSThread *thread, judgURIFunc IsInURISet, const std::vector<uint8_t> &oct, const JSHandle<EcmaString> &str, uint32_t &start, int32_t &k, std::u16string &sStr) UTF16EncodeCodePoint() argument
[all...]
H A Dbuiltins_global.h181 uint32_t &start, int32_t &k, std::u16string &sStr);
185 std::u16string &sStr, judgURIFunc IsInURISet);
190 judgURIFunc IsInURISet, int32_t strLen, std::u16string &sStr);

Completed in 4 milliseconds