Searched defs:maxLen (Results 1 – 7 of 7) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/base/tests/ |
| D | string_helper_test.cpp | 174 int maxLen = 1; in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_bigint.cpp | 235 uint32_t maxLen = 0; in BitwiseOp() local 356 JSHandle<BigInt> BigInt::BitwiseSubOne(JSThread *thread, JSHandle<BigInt> bigint, uint32_t maxLen) in BitwiseSubOne() 407 uint32_t maxLen = xLength; in OneIsNegativeOR() local 442 uint32_t maxLen = x->GetLength(); in BitwiseOR() local
|
| /arkcompiler/ets_runtime/common_components/base/ |
| D | utf_helper.cpp | 554 std::pair<int32_t, size_t> ConvertUtf8ToUnicodeChar(const uint8_t *utf8, size_t maxLen) in ConvertUtf8ToUnicodeChar()
|
| /arkcompiler/ets_runtime/ecmascript/base/ |
| D | string_helper.h | 242 static int UnicodeFromUtf8(const uint8_t *p, int maxLen, const uint8_t **pp) in UnicodeFromUtf8()
|
| /arkcompiler/runtime_core/static_core/runtime/regexp/ecmascript/ |
| D | regexp_parser.cpp | 67 int UnicodeFromUtf8(const uint8_t *p, int maxLen, const uint8_t **pp) in UnicodeFromUtf8()
|
| /arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
| D | builtins_atomics_test.cpp | 246 …c JSHandle<TaggedArray> CreateArrayList(JSThread *thread, std::vector<int32_t> vals, size_t maxLen) in CreateArrayList()
|
| /arkcompiler/ets_runtime/ecmascript/js_api/ |
| D | js_api_buffer.cpp | 551 … JSHandle<JSTaggedValue> &value, uint32_t offset, uint32_t maxLen, in WriteString() 1108 uint32_t maxLen = len / 4 * 4; in Base64Decode() local
|