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.cpp228 uint32_t maxLen = 0; in BitwiseOp() local
337 JSHandle<BigInt> BigInt::BitwiseSubOne(JSThread *thread, JSHandle<BigInt> bigint, uint32_t maxLen) in BitwiseSubOne()
388 uint32_t maxLen = xLength; in OneIsNegativeOR() local
420 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()