Home
last modified time | relevance | path

Searched defs:inputLength (Results 1 - 6 of 6) sorted by relevance

/arkcompiler/toolchain/websocket/
H A Dnetwork.h35 constexpr inline size_t GetBase64EncodingLength(size_t inputLength) in GetBase64EncodingLength() argument
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dinterpreter_stub.h48 StringIdInfo(GateRef inputConstpool, GateRef inputPc, Offset inputOffset, Length inputLength) in StringIdInfo() argument
H A Dnumber_speculative_lowering.cpp657 GateRef inputLength = acc_.GetValueIn(gate, 0); in VisitRangeGuard() local
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_function.cpp48 uint32_t inputLength = static_cast<uint32_t>(length); in MakeArgListWithHole() local
H A Dbuiltins_regexp.cpp829 RegExpReplaceFast(JSThread *thread, JSHandle<JSTaggedValue> regexp, JSHandle<EcmaString> inputString, uint32_t inputLength) RegExpReplaceFast() argument
920 MatchAndReplace(JSThread *thread, JSHandle<JSTaggedValue> regexp, JSHandle<EcmaString> inputString, uint32_t &flags, uint32_t lastIndex, uint32_t inputLength, std::string &resultString) MatchAndReplace() argument
/arkcompiler/ets_runtime/ecmascript/
H A Djs_date_time_format.cpp280 int inputLength = input.length(); in ReplaceSkeleton() local

Completed in 13 milliseconds