Searched defs:EndsWith (Results 1 – 3 of 3) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/base/ | ||
D | string_helper.h | 385 static bool EndsWith(const std::string &str, const std::string &suffix) in EndsWith() function |
/arkcompiler/ets_frontend/es2panda/util/ | ||
D | helpers.cpp | 153 bool Helpers::EndsWith(std::string_view str, std::string_view suffix) in EndsWith() function in panda::es2panda::util::Helpers |
/arkcompiler/ets_runtime/ecmascript/builtins/ | ||
D | builtins_string.cpp | 380 JSTaggedValue BuiltinsString::EndsWith(EcmaRuntimeCallInfo *argv) in EndsWith() function in panda::ecmascript::builtins::BuiltinsString |