Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_collator.cpp642 bool CharIsAsciiOrOutOfBounds(EcmaString* string, int stringLength, int index) in CharIsAsciiOrOutOfBounds()
647 bool CharCanFastCompareOrOutOfBounds(EcmaString* string, int stringLength, int index) in CharCanFastCompareOrOutOfBounds()
/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/runtime_core/static_core/compiler/optimizer/ir_builder/
Dinst_builder-inl.h365 Inst *stringLength; in BuildStringLengthIntrinsic() local
1572 Inst *stringLength = nullptr; in TryBuildStringCharAtIntrinsic() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_global.cpp352 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.cpp1797 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