Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/base/
Dstring_helper.h467 static bool StringStartWith(const CString& str, const T& startStr) in StringStartWith()
473 static bool StringStartWith(const CString& str, const char startStr) in StringStartWith()
/arkcompiler/ets_runtime/ecmascript/extractortool/src/
Dfile_path_utils.cpp63 bool StringStartWith(const std::string& str, const char* startStr, size_t startStrLen) in StringStartWith()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_function.cpp357 std::string startStr = "function "; in FunctionPrototypeToString() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
Dintrinsics_api_impl.cpp35 static bool StringStartWith(std::string_view str, std::string_view startStr) in StringStartWith()