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/ |
| D | randomArray.js | 27 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 __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/ |
| D | strings.ts | 42 public static stringLength(input: string): int32 { method in CustomTextEncoder
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/test_helper/ |
| D | interop_test_helper.cpp | 45 size_t stringLength = 0; in GetStringFromNapiValue() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ani/tests/array_ops/ |
| D | array_new_ref_test.cpp | 94 const ani_size stringLength = strlen(utf8String); in TEST_F() local
|
| D | fixedarray_new_ref_test.cpp | 94 const ani_size stringLength = strlen(utf8String); in TEST_F() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_collator.cpp | 662 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/ |
| D | inst_builder-inl.h | 375 Inst *stringLength; in BuildStringLengthIntrinsic() local 1601 Inst *stringLength = nullptr; in TryBuildStringCharAtIntrinsic() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/ |
| D | escompat_RegExp.cpp | 287 const auto stringLength = inputStr.GetPtr()->GetLength(); in Execute() local
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_global.cpp | 345 uint32_t stringLength = EcmaStringAccessor(source).GetLength(); in StringPad() local
|
| D | builtins_string.cpp | 2287 int32_t stringLength = static_cast<int32_t>(EcmaStringAccessor(thisHandle).GetLength()); in Pad() local
|
| D | builtins_regexp.cpp | 1853 size_t stringLength = EcmaStringAccessor(inputString).GetLength(); in RegExpExecInternal() local
|
| /arkcompiler/runtime_core/static_core/runtime/tests/ |
| D | string_test.cpp | 887 uint32_t stringLength = 10; in TEST_F() local
|