Home
last modified time | relevance | path

Searched defs:sStr (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_optimized_stubs-inl.h210 std::u16string sStr; in RuntimeDecodeURIComponent() local
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...]
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_global.cpp258 std::u16string sStr = StringHelper::Utf16ToU16String(&cc, 1); in Encode() local
490 std::u16string sStr; in Decode() local
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...]

Completed in 3 milliseconds