Home
last modified time | relevance | path

Searched defs:substr (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_global.cpp511 auto substr = EcmaStringAccessor::FastSubString( in HandleSingleByteCharacter() local
641 auto substr = EcmaStringAccessor::FastSubString( in UTF16EncodeCodePoint() local
Dbuiltins_regexp.cpp948 auto substr = EcmaStringAccessor::FastSubString( in MatchAndReplace() local
968 auto substr = EcmaStringAccessor::FastSubString( in MatchAndReplace() local
1565 auto substr = EcmaStringAccessor::FastSubString(thread->GetEcmaVM(), in RegExpSplit() local
1617 auto substr = EcmaStringAccessor::FastSubString(thread->GetEcmaVM(), in RegExpSplit() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mempool/src/
Dmaple_string.cpp172 MapleString MapleString::substr(size_t pos, size_t len) const in substr() function in maple::MapleString
/arkcompiler/runtime_core/static_core/runtime/entrypoints/
Dentrypoints.cpp273 …auto substr = coretypes::String::FastSubString(static_cast<coretypes::String *>(obj), indexes.firs… in SubStringFromStringEntrypoint() local