Searched defs:substr (Results 1 – 9 of 9) sorted by relevance
| /arkcompiler/ets_runtime/test/moduletest/releaseRegexp/ |
| D | releaseRegexp.js | 32 let substr = str.substring(70, 100); variable
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_global_uri.cpp | 243 auto substr = EcmaStringAccessor::FastSubString( in HandleSingleByteCharacter() local 374 auto substr = EcmaStringAccessor::FastSubString( in UTF16EncodeCodePoint() local
|
| D | builtins_global.cpp | 509 auto substr = EcmaStringAccessor::FastSubString( in HandleSingleByteCharacter() local 638 auto substr = EcmaStringAccessor::FastSubString( in UTF16EncodeCodePoint() local
|
| D | builtins_regexp.cpp | 973 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/ |
| D | string.hpp | 215 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/ |
| D | unionLowering.cpp | 27 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/ |
| D | maple_string.cpp | 172 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/ |
| D | error_handling_test.cpp | 146 static size_t CountSubstr(const std::string &str, const std::string &substr) in CountSubstr()
|
| /arkcompiler/runtime_core/static_core/runtime/entrypoints/ |
| D | entrypoints.cpp | 287 …auto substr = coretypes::String::FastSubString(static_cast<coretypes::String *>(obj), indexes.firs… in SubStringFromStringEntrypoint() local
|