Searched defs:EndsWith (Results 1 – 7 of 7) sorted by relevance
78 static bool EndsWith(const std::string &str, const std::string &end) in EndsWith() function
137 bool EndsWith(const std::string &str, const std::string &suffix) in RealPath() function
164 bool Helpers::EndsWith(const std::string &str, const std::string &suffix) in EndsWith() function in ark::es2panda::util::Helpers
400 static bool EndsWith(const std::string &str, const std::string &suffix) in EndsWith() function
155 bool Helpers::EndsWith(std::string_view str, std::string_view suffix) in EndsWith() function in panda::es2panda::util::Helpers
360 JSTaggedValue BuiltinsString::EndsWith(EcmaRuntimeCallInfo *argv) in EndsWith() function in panda::ecmascript::builtins::BuiltinsString
2773 void BuiltinsStringStubBuilder::EndsWith(GateRef glue, GateRef thisValue, GateRef numArgs, in EndsWith() function in panda::ecmascript::kungfu::BuiltinsStringStubBuilder