Home
last modified time | relevance | path

Searched refs:ParseDateString (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Ddate_parse.h24 static bool ParseDateString(const char *str, int length, int *time);
Ddate_parse.cpp21 bool DateParse::ParseDateString(const char *str, int length, int *time) in ParseDateString() function in panda::ecmascript::DateParse
Djs_date.cpp482 bool res = DateParse::ParseDateString(str, len, time); in GetTimeFromString()