VALID_YEAR 1136 third_party/libxml/src/xmlschemastypes.c (VALID_YEAR(dt->year) && VALID_MONTH(dt->mon) && VALID_MDAY(dt)) VALID_YEAR 1220 third_party/libxml/src/xmlschemastypes.c if (!VALID_YEAR(dt->year)) VALID_YEAR 3820 third_party/libxml/src/xmlschemastypes.c if ((VALID_YEAR(r->year)) && (VALID_MONTH(r->mon)) && VALID_YEAR 164 third_party/libxslt/libexslt/date.c (VALID_YEAR(dt->year) && VALID_MONTH(dt->mon) && VALID_MDAY(dt)) VALID_YEAR 234 third_party/libxslt/libexslt/date.c if (!VALID_YEAR(dt->year)) VALID_YEAR 1528 third_party/libxslt/libexslt/date.c if ((VALID_YEAR(r->year)) && (VALID_MONTH(r->mon)) && VALID_YEAR 152 third_party/zlib/google/zip_unittest.cc if (valid_year == VALID_YEAR) { VALID_YEAR 260 third_party/zlib/google/zip_unittest.cc TestTimeStamp("23 Oct 1997 23:22:20", VALID_YEAR); VALID_YEAR 273 third_party/zlib/google/zip_unittest.cc TestTimeStamp("02 Jan 2038 23:59:58", VALID_YEAR);