Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_optimized_stubs-inl.h69 JSTaggedValue RuntimeStubs::UTF16EncodeCodePoint(JSThread *thread, const std::vector<uint8_t> &oct, in UTF16EncodeCodePoint() argument
150 std::vector<uint8_t> oct = {bb}; in DecodePercentEncoding() local
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
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_global.cpp302 std::string oct = StringHelper::Utf32ToString(vv); in Encode() local
580 std::vector<uint8_t> oct = {bb}; in DecodePercentEncoding() local
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...]

Completed in 3 milliseconds