Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/base/
Dstring_helper.h466 static bool StringStartWith(const CString& str, const T& startStr) in StringStartWith() function
472 static bool StringStartWith(const CString& str, const char startStr) in StringStartWith() function
/arkcompiler/ets_runtime/ecmascript/extractortool/src/
Dfile_path_utils.cpp63 bool StringStartWith(const std::string& str, const char* startStr, size_t startStrLen) in StringStartWith() function