Searched defs:EndsWith (Results 1 – 4 of 4) sorted by relevance
78 static bool EndsWith(const std::string &str, const std::string &end) in EndsWith() function
152 bool Helpers::EndsWith(std::string_view str, std::string_view suffix) in EndsWith() function in panda::es2panda::util::Helpers
403 static bool EndsWith(const std::string &str, const std::string &suffix) in EndsWith() function
379 JSTaggedValue BuiltinsString::EndsWith(EcmaRuntimeCallInfo *argv) in EndsWith() function in panda::ecmascript::builtins::BuiltinsString