Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/base/tests/
Dstring_helper_test.cpp168 int maxLen = 1; in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/
Djs_bigint.cpp235 uint32_t maxLen = 0; in BitwiseOp() local
345 JSHandle<BigInt> BigInt::BitwiseSubOne(JSThread *thread, JSHandle<BigInt> bigint, uint32_t maxLen) in BitwiseSubOne()
396 uint32_t maxLen = xLength; in OneIsNegativeOR() local
429 uint32_t maxLen = x->GetLength(); in BitwiseOR() local
/arkcompiler/ets_runtime/ecmascript/base/
Dstring_helper.h186 static int UnicodeFromUtf8(const uint8_t *p, int maxLen, const uint8_t **pp) in UnicodeFromUtf8()