Home
last modified time | relevance | path

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/
Dbench_map_callback_j2j.js36 function generateRandomArray(length, stringLength, arr) { argument
/arkcompiler/runtime_core/libabckit/tests/ut/isa/isa_dynamic/apply/
Dapply_dynamic.cpp44 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/
Descompat_RegExp.cpp266 RegExpMatchResult Execute(EtsObject *regexpObj, EtsString *inputStrObj, EtsInt stringLength, EtsInt… in Execute()
422 EtsInt stringLength = strHandle->GetLength(); in EscompatRegExpExec() local
/arkcompiler/ets_runtime/ecmascript/
Djs_collator.cpp662 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/
Dinst_builder-inl.h385 Inst *stringLength; in BuildStringLengthIntrinsic() local
1614 Inst *stringLength = nullptr; in TryBuildStringCharAtIntrinsic() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_global.cpp348 uint32_t stringLength = EcmaStringAccessor(source).GetLength(); in StringPad() local
Dbuiltins_string.cpp2268 int32_t stringLength = static_cast<int32_t>(EcmaStringAccessor(thisHandle).GetLength()); in Pad() local
Dbuiltins_regexp.cpp1791 size_t stringLength = EcmaStringAccessor(inputString).GetLength(); in RegExpExecInternal() local
/arkcompiler/runtime_core/static_core/runtime/tests/
Dstring_test.cpp845 uint32_t stringLength = 10; in TEST_F() local