Searched refs:oct (Results 1 - 4 of 4) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/stubs/ |
H A D | runtime_optimized_stubs-inl.h | 35 std::vector<uint8_t> &oct, Span<T> &sp, int32_t strLen) in DecodePercentEncoding() 63 oct.push_back(bb); in DecodePercentEncoding() 69 JSTaggedValue RuntimeStubs::UTF16EncodeCodePoint(JSThread *thread, const std::vector<uint8_t> &oct, in UTF16EncodeCodePoint() argument 72 if (!base::utf_helper::IsValidUTF8(oct)) { in UTF16EncodeCodePoint() 76 uint32_t vv = base::StringHelper::Utf8ToU32String(oct); in UTF16EncodeCodePoint() 150 std::vector<uint8_t> oct = {bb}; in DecodePercentEncoding() local 157 DecodePercentEncoding<T>(thread, n, k, str, bb, oct, sp, strLen); in DecodePercentEncoding() 159 UTF16EncodeCodePoint(thread, oct, str, sStr); in DecodePercentEncoding() 33 DecodePercentEncoding(JSThread *thread, int32_t &n, int32_t &k, const JSHandle<EcmaString> &str, uint8_t &bb, std::vector<uint8_t> &oct, Span<T> &sp, int32_t strLen) DecodePercentEncoding() argument
|
H A D | runtime_stubs.h | 532 std::vector<uint8_t> &oct, Span<T> &sp,
534 static inline JSTaggedValue UTF16EncodeCodePoint(JSThread *thread, const std::vector<uint8_t> &oct,
|
/arkcompiler/ets_runtime/ecmascript/builtins/ |
H A D | builtins_global.cpp | 302 std::string oct = StringHelper::Utf32ToString(vv); in Encode() local 305 uint32_t length = oct.length(); in Encode() 308 uint8_t joct = static_cast<uint8_t>(oct.at(j)); in Encode() 580 std::vector<uint8_t> oct = {bb}; in DecodePercentEncoding() local 587 DecodePercentEncoding(thread, n, k, str, bb, oct); in DecodePercentEncoding() 589 UTF16EncodeCodePoint(thread, IsInURISet, oct, str, start, k, sStr); in DecodePercentEncoding() 597 uint8_t &bb, std::vector<uint8_t> &oct) in DecodePercentEncoding() 625 oct.push_back(bb); in DecodePercentEncoding() 632 const std::vector<uint8_t> &oct, const JSHandle<EcmaString> &str, in UTF16EncodeCodePoint() 635 if (!base::utf_helper::IsValidUTF8(oct)) { in UTF16EncodeCodePoint() 595 DecodePercentEncoding(JSThread *thread, int32_t &n, int32_t &k, const JSHandle<EcmaString> &str, uint8_t &bb, std::vector<uint8_t> &oct) 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 D | builtins_global.h | 180 const std::vector<uint8_t> &oct, const JSHandle<EcmaString> &str, 188 uint8_t &bb, std::vector<uint8_t> &oct);
|
Completed in 5 milliseconds