Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/base/
Dstring_helper.h467 static bool StringStartWith(const CString& str, const T& startStr) in StringStartWith() function
473 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
/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() function