Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/base/
Dstring_helper.h478 static bool StringEndWith(const CString& str, const T& endStr) in StringEndWith() function
485 static bool StringEndWith(const CString& str, const char endStr) in StringEndWith() function
/arkcompiler/ets_runtime/ecmascript/extractortool/src/
Dfile_path_utils.cpp68 bool StringEndWith(const std::string& str, const char* endStr, size_t endStrLen) in StringEndWith() function