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/
H A Descompat_RegExp.cpp266 RegExpMatchResult Execute(EtsObject *regexpObj, EtsString *inputStrObj, EtsInt stringLength, EtsInt lastIndex, in Execute() argument
422 EtsInt stringLength = strHandle->GetLength(); in EscompatRegExpExec() local
/arkcompiler/runtime_core/static_core/runtime/tests/
H A Dstring_test.cpp845 uint32_t stringLength = 10; in TEST_F() local
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_global.cpp352 uint32_t stringLength = EcmaStringAccessor(source).GetLength(); in StringPad() local
H A Dbuiltins_regexp.cpp1797 size_t stringLength = EcmaStringAccessor(inputString).GetLength(); in RegExpExecInternal() local
H A Dbuiltins_string.cpp2271 int32_t stringLength = static_cast<int32_t>(EcmaStringAccessor(thisHandle).GetLength()); in Pad() local
/arkcompiler/ets_runtime/ecmascript/
H A Djs_collator.cpp662 bool CharIsAsciiOrOutOfBounds(EcmaString* string, int stringLength, int index) in CharIsAsciiOrOutOfBounds() argument
667 bool CharCanFastCompareOrOutOfBounds(EcmaString* string, int stringLength, int index) in CharCanFastCompareOrOutOfBounds() argument
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/
H A Dinst_builder-inl.h381 Inst *stringLength; in BuildStringLengthIntrinsic() local
1609 Inst *stringLength = nullptr; in TryBuildStringCharAtIntrinsic() local
[all...]

Completed in 20 milliseconds