Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/base/
Dstring_helper.h385 static bool EndsWith(const std::string &str, const std::string &suffix) in EndsWith() function
/arkcompiler/ets_frontend/es2panda/util/
Dhelpers.cpp153 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.cpp380 JSTaggedValue BuiltinsString::EndsWith(EcmaRuntimeCallInfo *argv) in EndsWith() function in panda::ecmascript::builtins::BuiltinsString