Home
last modified time | relevance | path

Searched defs:startStr (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/extractortool/src/
Dfile_path_utils.cpp64 bool StringStartWith(const std::string& str, const char* startStr, size_t startStrLen) in StringStartWith()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_function.cpp358 std::string startStr = "function "; in FunctionPrototypeToString() local
/arkcompiler/ets_runtime/ecmascript/base/
Dstring_helper.h420 static bool StringStartWith(const CString& str, const CString& startStr) in StringStartWith()