Home
last modified time | relevance | path

Searched defs:maxLen (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/base/tests/
Dstring_helper_test.cpp134 int maxLen = 1; in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/src/
Dnamemangler.cpp37 static inline char *AllocCodecBuf(size_t maxLen) in AllocCodecBuf()
/arkcompiler/ets_runtime/ecmascript/
Djs_bigint.cpp245 uint32_t maxLen = 0; in BitwiseOp() local
366 JSHandle<BigInt> BigInt::BitwiseSubOne(JSThread *thread, JSHandle<BigInt> bigint, uint32_t maxLen) in BitwiseSubOne()
417 uint32_t maxLen = xLength; in OneIsNegativeOR() local
452 uint32_t maxLen = x->GetLength(); in BitwiseOR() local
/arkcompiler/ets_runtime/ecmascript/base/
Dutf_helper.cpp497 std::pair<int32_t, size_t> ConvertUtf8ToUnicodeChar(const uint8_t *utf8, size_t maxLen) in ConvertUtf8ToUnicodeChar()
Dstring_helper.h196 static int UnicodeFromUtf8(const uint8_t *p, int maxLen, const uint8_t **pp) in UnicodeFromUtf8()
/arkcompiler/runtime_core/static_core/runtime/regexp/ecmascript/
Dregexp_parser.cpp66 int UnicodeFromUtf8(const uint8_t *p, int maxLen, const uint8_t **pp) in UnicodeFromUtf8()
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_atomics_test.cpp246 …c JSHandle<TaggedArray> CreateArrayList(JSThread *thread, std::vector<int32_t> vals, size_t maxLen) in CreateArrayList()