Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_global.cpp227 …e BuiltinsGlobal::Encode(JSThread *thread, const JSHandle<EcmaString> &str, judgURIFunc IsInURISet) in Encode()
452 …e BuiltinsGlobal::Decode(JSThread *thread, const JSHandle<EcmaString> &str, judgURIFunc IsInURISet) in Decode()
509 std::u16string &sStr, judgURIFunc IsInURISet) in HandleSingleByteCharacter()
523judgURIFunc IsInURISet, int32_t strLen, std::u16string &sStr) in DecodePercentEncoding()
631 JSTaggedValue BuiltinsGlobal::UTF16EncodeCodePoint(JSThread *thread, judgURIFunc IsInURISet, in UTF16EncodeCodePoint()