Searched refs:DATE_NUMBER (Results 1 – 1 of 1) sorted by relevance
153 DATE_NUMBER, enumerator178 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()