Home
last modified time | relevance | path

Searched defs:EndsWith (Results 1 – 11 of 11) sorted by relevance

/arkcompiler/ets_runtime/common_components/base/
Dc_string.h78 bool EndsWith(const CString& suffix) const in EndsWith() function
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/
Dstring_utils.h100 static bool EndsWith(const std::string &str, const std::string &end) in EndsWith() function
/arkcompiler/ets_frontend/ets2panda/util/
Dpath.cpp34 static bool EndsWith(std::string_view str, std::string_view suffix) in EndsWith() function
Dustring.h99 bool EndsWith(const std::string_view str) const noexcept in EndsWith() function
Dhelpers.cpp168 bool Helpers::EndsWith(const std::string &str, const std::string &suffix) in EndsWith() function in ark::es2panda::util::Helpers
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/rawheap_translate/
Dutils.cpp92 bool EndsWith(const std::string &str, const std::string &suffix) in RealPath() function
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
Dets_string.h317 EtsBoolean EndsWith(EtsString *suffix, EtsInt endIndex) in EndsWith() function
/arkcompiler/ets_runtime/ecmascript/base/
Dstring_helper.h446 static bool EndsWith(const std::string &str, const std::string &suffix) in EndsWith() function
/arkcompiler/ets_frontend/es2panda/util/
Dhelpers.cpp144 bool Helpers::EndsWith(std::string_view str, std::string_view suffix) in EndsWith() function in panda::es2panda::util::Helpers
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_string.cpp357 JSTaggedValue BuiltinsString::EndsWith(EcmaRuntimeCallInfo *argv) in EndsWith() function in panda::ecmascript::builtins::BuiltinsString
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_string_stub_builder.cpp3175 void BuiltinsStringStubBuilder::EndsWith(GateRef glue, GateRef thisValue, GateRef numArgs, in EndsWith() function in panda::ecmascript::kungfu::BuiltinsStringStubBuilder