Searched defs:stringLength (Results 1 – 9 of 9) sorted by relevance
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/benchmarks/array_map_reduce/map/bu_map_callback_j2j/ |
| D | bench_map_callback_j2j.js | 36 function generateRandomArray(length, stringLength, arr) { argument
|
| /arkcompiler/runtime_core/libabckit/tests/ut/isa/isa_dynamic/apply/ |
| D | apply_dynamic.cpp | 44 auto *stringLength = g_implM->createString(file, "length", strlen("length")); in __anonbaad4aa60202() local 115 auto *stringLength = g_implM->createString(file, "length", strlen("length")); in TEST_F() local 158 auto *stringLength = g_implM->createString(file, "length", strlen("length")); in TEST_F() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/ |
| D | escompat_RegExp.cpp | 266 RegExpMatchResult Execute(EtsObject *regexpObj, EtsString *inputStrObj, EtsInt stringLength, EtsInt… in Execute() 422 EtsInt stringLength = strHandle->GetLength(); in EscompatRegExpExec() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_collator.cpp | 662 bool CharIsAsciiOrOutOfBounds(EcmaString* string, int stringLength, int index) in CharIsAsciiOrOutOfBounds() 667 bool CharCanFastCompareOrOutOfBounds(EcmaString* string, int stringLength, int index) in CharCanFastCompareOrOutOfBounds()
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/ |
| D | inst_builder-inl.h | 385 Inst *stringLength; in BuildStringLengthIntrinsic() local 1614 Inst *stringLength = nullptr; in TryBuildStringCharAtIntrinsic() local
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_global.cpp | 348 uint32_t stringLength = EcmaStringAccessor(source).GetLength(); in StringPad() local
|
| D | builtins_string.cpp | 2268 int32_t stringLength = static_cast<int32_t>(EcmaStringAccessor(thisHandle).GetLength()); in Pad() local
|
| D | builtins_regexp.cpp | 1791 size_t stringLength = EcmaStringAccessor(inputString).GetLength(); in RegExpExecInternal() local
|
| /arkcompiler/runtime_core/static_core/runtime/tests/ |
| D | string_test.cpp | 845 uint32_t stringLength = 10; in TEST_F() local
|