Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mempool/src/
H A Dmaple_string.cpp173 MapleString MapleString::substr(size_t pos, size_t len) const in substr() function in maple::MapleString
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_global.cpp514 auto substr = EcmaStringAccessor::FastSubString( in HandleSingleByteCharacter() local
644 auto substr = EcmaStringAccessor::FastSubString( in UTF16EncodeCodePoint() local
H A Dbuiltins_regexp.cpp950 auto substr = EcmaStringAccessor::FastSubString( in MatchAndReplace() local
970 auto substr = EcmaStringAccessor::FastSubString( in MatchAndReplace() local
1571 auto substr = EcmaStringAccessor::FastSubString(thread->GetEcmaVM(), in RegExpSplit() local
1623 auto substr = EcmaStringAccessor::FastSubString(thread->GetEcmaVM(), in RegExpSplit() local
/arkcompiler/runtime_core/static_core/runtime/entrypoints/
H A Dentrypoints.cpp273 auto substr = coretypes::String::FastSubString(static_cast<coretypes::String *>(obj), indexes.first, substrLength, in SubStringFromStringEntrypoint() local

Completed in 12 milliseconds