Home
last modified time | relevance | path

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

/external/chromium_org/third_party/libxslt/libexslt/
Ddate.c142 #define VALID_DAY(day) ((day >= 1) && (day <= 31)) macro
428 PARSE_2_DIGITS(dt->day, cur, VALID_DAY, ret); in _exsltDateParseGDay()
/external/chromium_org/third_party/libxml/src/
Dxmlschemastypes.c1114 #define VALID_DAY(day) ((day >= 1) && (day <= 31)) macro
1323 if (!VALID_DAY(value)) in _xmlSchemaParseGDay()
/external/libxml2/
Dxmlschemastypes.c1114 #define VALID_DAY(day) ((day >= 1) && (day <= 31)) macro
1323 if (!VALID_DAY(value)) in _xmlSchemaParseGDay()