Home
last modified time | relevance | path

Searched refs:UTF16EncodeCodePoint (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_optimized_stubs-inl.h69 JSTaggedValue RuntimeStubs::UTF16EncodeCodePoint(JSThread *thread, const std::vector<uint8_t> &oct, in UTF16EncodeCodePoint() function
159 UTF16EncodeCodePoint(thread, oct, str, sStr); in DecodePercentEncoding()
Druntime_stubs.h536 …static inline JSTaggedValue UTF16EncodeCodePoint(JSThread *thread, const std::vector<uint8_t> &oct,
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_global.h184 static JSTaggedValue UTF16EncodeCodePoint(JSThread *thread, judgURIFunc IsInURISet,
Dbuiltins_global.cpp586 UTF16EncodeCodePoint(thread, IsInURISet, oct, str, start, k, sStr); in DecodePercentEncoding()
628 JSTaggedValue BuiltinsGlobal::UTF16EncodeCodePoint(JSThread *thread, judgURIFunc IsInURISet, in UTF16EncodeCodePoint() function in panda::ecmascript::builtins::BuiltinsGlobal