Searched defs:maxLen (Results 1 - 6 of 6) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
| H A D | builtins_atomics_test.cpp | 246 static JSHandle<TaggedArray> CreateArrayList(JSThread *thread, std::vector<int32_t> vals, size_t maxLen) in CreateArrayList() argument
|
| /arkcompiler/ets_runtime/ecmascript/base/ |
| H A D | utf_helper.cpp | 493 std::pair<int32_t, size_t> ConvertUtf8ToUnicodeChar(const uint8_t *utf8, size_t maxLen) in ConvertUtf8ToUnicodeChar() argument
|
| H A D | string_helper.h | 204 static int UnicodeFromUtf8(const uint8_t *p, int maxLen, const uint8_t **pp) in UnicodeFromUtf8() argument
|
| /arkcompiler/ets_runtime/ecmascript/base/tests/ |
| H A D | string_helper_test.cpp | 134 int maxLen = 1; in HWTEST_F_L0() local [all...] |
| /arkcompiler/runtime_core/static_core/runtime/regexp/ecmascript/ |
| H A D | regexp_parser.cpp | 66 int UnicodeFromUtf8(const uint8_t *p, int maxLen, const uint8_t **pp) in UnicodeFromUtf8() argument
|
| /arkcompiler/ets_runtime/ecmascript/ |
| H A D | js_bigint.cpp | 245 uint32_t maxLen = 0; in BitwiseOp() local 366 JSHandle<BigInt> BigInt::BitwiseSubOne(JSThread *thread, JSHandle<BigInt> bigint, uint32_t maxLen) in BitwiseSubOne() argument 417 uint32_t maxLen = xLength; in OneIsNegativeOR() local 452 uint32_t maxLen = x->GetLength(); BitwiseOR() local [all...] |
Completed in 9 milliseconds