Home
last modified time | relevance | path

Searched defs:stringLength (Results 1 – 13 of 13) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/tests/benchmarks/interop_js/array_map_reduce/map/bu_d2d/
DrandomArray.js27 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 __anon0f0f2c480202() 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/ets_frontend/ets2panda/bindings/src/
Dstrings.ts42 public static stringLength(input: string): int32 { method in CustomTextEncoder
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/test_helper/
Dinterop_test_helper.cpp45 size_t stringLength = 0; in GetStringFromNapiValue() local
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ani/tests/array_ops/
Darray_new_ref_test.cpp94 const ani_size stringLength = strlen(utf8String); in TEST_F() local
Dfixedarray_new_ref_test.cpp94 const ani_size stringLength = strlen(utf8String); in TEST_F() local
/arkcompiler/ets_runtime/ecmascript/
Djs_collator.cpp662 bool CharIsAsciiOrOutOfBounds(JSThread *thread, EcmaString* string, int stringLength, int index) in CharIsAsciiOrOutOfBounds()
668 bool CharCanFastCompareOrOutOfBounds(JSThread *thread, EcmaString* string, int stringLength, int in… in CharCanFastCompareOrOutOfBounds()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/
Dinst_builder-inl.h375 Inst *stringLength; in BuildStringLengthIntrinsic() local
1601 Inst *stringLength = nullptr; in TryBuildStringCharAtIntrinsic() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Descompat_RegExp.cpp287 const auto stringLength = inputStr.GetPtr()->GetLength(); in Execute() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_global.cpp345 uint32_t stringLength = EcmaStringAccessor(source).GetLength(); in StringPad() local
Dbuiltins_string.cpp2287 int32_t stringLength = static_cast<int32_t>(EcmaStringAccessor(thisHandle).GetLength()); in Pad() local
Dbuiltins_regexp.cpp1853 size_t stringLength = EcmaStringAccessor(inputString).GetLength(); in RegExpExecInternal() local
/arkcompiler/runtime_core/static_core/runtime/tests/
Dstring_test.cpp887 uint32_t stringLength = 10; in TEST_F() local