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

  /external/chromium_org/third_party/libxslt/libexslt/
date.c 152 static const unsigned long daysInMonthLeap[12] =
156 (IS_LEAP(yr) ? daysInMonthLeap[mon - 1] : daysInMonth[mon - 1])
160 (dt->day <= daysInMonthLeap[dt->mon - 1]) : \
    [all...]
  /external/chromium_org/third_party/libxml/src/
xmlschemastypes.c     [all...]
  /external/libxml2/
xmlschemastypes.c     [all...]

Completed in 39 milliseconds