Home
last modified time | relevance | path

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

/arkcompiler/toolchain/websocket/
Dnetwork.h35 constexpr inline size_t GetBase64EncodingLength(size_t inputLength) in GetBase64EncodingLength()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dinterpreter_stub.h48 StringIdInfo(GateRef inputConstpool, GateRef inputPc, Offset inputOffset, Length inputLength) in StringIdInfo()
Dnumber_speculative_lowering.cpp647 GateRef inputLength = acc_.GetValueIn(gate, 0); in VisitRangeGuard() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_function.cpp48 uint32_t inputLength = static_cast<uint32_t>(length); in MakeArgListWithHole() local
Dbuiltins_regexp.cpp828 … JSHandle<EcmaString> inputString, uint32_t inputLength) in RegExpReplaceFast()
920 uint32_t lastIndex, uint32_t inputLength, in MatchAndReplace()
/arkcompiler/ets_runtime/ecmascript/
Djs_date_time_format.cpp280 int inputLength = input.length(); in ReplaceSkeleton() local