Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/base/
Dstring_helper.h368 static bool EndsWith(const std::string &str, const std::string &suffix) in EndsWith() function
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_string.cpp365 JSTaggedValue BuiltinsString::EndsWith(EcmaRuntimeCallInfo *argv) in EndsWith() function in panda::ecmascript::builtins::BuiltinsString