HomeSort by relevance Sort by last modified time
    Searched refs:VALID_DAY (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/libxslt/libexslt/
date.c 141 /* VALID_DAY should only be used when month is unknown */
142 #define VALID_DAY(day) ((day >= 1) && (day <= 31))
428 PARSE_2_DIGITS(dt->day, cur, VALID_DAY, ret);
    [all...]
  /external/chromium_org/third_party/libxml/src/
xmlschemastypes.c     [all...]
  /external/libxml2/
xmlschemastypes.c     [all...]

Completed in 2195 milliseconds