Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Ddate_parse.h153 DATE_NUMBER, enumerator
178 return type_ == DATE_NUMBER; in IsNumber()
229 return type_ == DATE_NUMBER && len_ == 6; in IsSixDecimalDigit()
235 return type_ == DATE_NUMBER && len_ == 4; in IsFourDecimalDigit()
241 return type_ == DATE_NUMBER && len_ == 2; in IsTwoDecimalDigit()
261 return DateUnit(DATE_NUMBER, value, len); in Number()