Lines Matching defs:IsInURISet
227 JSTaggedValue BuiltinsGlobal::Encode(JSThread *thread, const JSHandle<EcmaString> &str, judgURIFunc IsInURISet)
257 if (IsInURISet(cc)) {
452 JSTaggedValue BuiltinsGlobal::Decode(JSThread *thread, const JSHandle<EcmaString> &str, judgURIFunc IsInURISet)
498 DecodePercentEncoding(thread, string, k, IsInURISet, strLen, sStr);
509 std::u16string &sStr, judgURIFunc IsInURISet)
511 if (!IsInURISet(bb)) {
523 judgURIFunc IsInURISet, int32_t strLen, std::u16string &sStr)
543 HandleSingleByteCharacter(thread, bb, str, start, k, sStr, IsInURISet);
589 UTF16EncodeCodePoint(thread, IsInURISet, oct, str, start, k, sStr);
631 JSTaggedValue BuiltinsGlobal::UTF16EncodeCodePoint(JSThread *thread, judgURIFunc IsInURISet,
641 if (!IsInURISet(vv)) {