Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/test/moduletest/releaseRegexp/
DreleaseRegexp.js32 let substr = str.substring(70, 100); variable
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_global_uri.cpp243 auto substr = EcmaStringAccessor::FastSubString( in HandleSingleByteCharacter() local
374 auto substr = EcmaStringAccessor::FastSubString( in UTF16EncodeCodePoint() local
Dbuiltins_global.cpp509 auto substr = EcmaStringAccessor::FastSubString( in HandleSingleByteCharacter() local
638 auto substr = EcmaStringAccessor::FastSubString( in UTF16EncodeCodePoint() local
Dbuiltins_regexp.cpp973 auto substr = EcmaStringAccessor::FastSubString( in MatchAndReplace() local
993 auto substr = EcmaStringAccessor::FastSubString( in MatchAndReplace() local
1617 auto substr = EcmaStringAccessor::FastSubString(thread->GetEcmaVM(), in RegExpSplit() local
1670 auto substr = EcmaStringAccessor::FastSubString(thread->GetEcmaVM(), in RegExpSplit() local
/arkcompiler/runtime_core/taihe/runtime/include/taihe/
Dstring.hpp215 inline string_view substr(string_view sv, std::size_t pos, std::size_t len) in substr() function
220 inline string_view string_view::substr(std::size_t pos, std::size_t len) const in substr() function in taihe::string_view
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DunionLowering.cpp27 static void ReplaceAll(std::string &str, std::string_view substr, std::string_view replacement) in ReplaceAll()
/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/plugins/ets/tests/ani/tests/error_ops/
Derror_handling_test.cpp146 static size_t CountSubstr(const std::string &str, const std::string &substr) in CountSubstr()
/arkcompiler/runtime_core/static_core/runtime/entrypoints/
Dentrypoints.cpp287 …auto substr = coretypes::String::FastSubString(static_cast<coretypes::String *>(obj), indexes.firs… in SubStringFromStringEntrypoint() local