Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Descompat_RegExp.cpp244 RegExpMatchResult Execute(EtsObject *regexpObj, EtsString *inputStrObj, EtsInt stringLength, EtsInt… in Execute()
401 EtsInt stringLength = strHandle->GetLength(); in EscompatRegExpExec() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_global.cpp346 uint32_t stringLength = EcmaStringAccessor(source).GetLength(); in StringPad() local
Dbuiltins_string.cpp2044 int32_t stringLength = static_cast<int32_t>(EcmaStringAccessor(thisHandle).GetLength()); in Pad() local
Dbuiltins_regexp.cpp1670 size_t stringLength = EcmaStringAccessor(inputString).GetLength(); in RegExpExecInternal() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/
Dinst_builder-inl.h380 Inst *stringLength; in BuildStringLengthIntrinsic() local
1574 Inst *stringLength = nullptr; in TryBuildStringCharAtIntrinsic() local
/arkcompiler/runtime_core/static_core/runtime/tests/
Dstring_test.cpp827 uint32_t stringLength = 10; in TEST_F() local
/arkcompiler/ets_runtime/ecmascript/
Djs_serializer.cpp1472 int32_t stringLength; in ReadEcmaString() local