Lines Matching refs:XS_DATETIME

76     XS_DATETIME    = (XS_DATE   | XS_TIME)  enumerator
753 ret = exsltDateCreateDate(XS_DATETIME); in exsltDateCurrent()
988 dt->type = XS_DATETIME; in exsltDateParse()
1350 case XS_DATETIME: in exsltDateFormat()
1616 if (ret->type != XS_DATETIME) { in _exsltDateAdd()
1618 ret->type = XS_DATETIME; in _exsltDateAdd()
1650 if (((x->type < XS_GYEAR) || (x->type > XS_DATETIME)) || in _exsltDateDifference()
1651 ((y->type < XS_GYEAR) || (y->type > XS_DATETIME))) in _exsltDateDifference()
1850 if ((dt->type != XS_DATETIME) && (dt->type != XS_DATE)) { in exsltDateDate()
1894 if ((dt->type != XS_DATETIME) && (dt->type != XS_TIME)) { in exsltDateTime()
1943 if ((dt->type != XS_DATETIME) && (dt->type != XS_DATE) && in exsltDateYear()
1991 (dt->type != XS_DATETIME) && (dt->type != XS_DATE) && in exsltDateLeapYear()
2046 if ((dt->type != XS_DATETIME) && (dt->type != XS_DATE) && in exsltDateMonthInYear()
2195 if ((dt->type != XS_DATETIME) && (dt->type != XS_DATE)) { in exsltDateWeekInYear()
2263 if ((dt->type != XS_DATETIME) && (dt->type != XS_DATE)) { in exsltDateWeekInMonth()
2317 if ((dt->type != XS_DATETIME) && (dt->type != XS_DATE)) { in exsltDateDayInYear()
2366 if ((dt->type != XS_DATETIME) && (dt->type != XS_DATE) && in exsltDateDayInMonth()
2414 if ((dt->type != XS_DATETIME) && (dt->type != XS_DATE)) { in exsltDateDayOfWeekInMonth()
2463 if ((dt->type != XS_DATETIME) && (dt->type != XS_DATE)) { in exsltDateDayInWeek()
2594 if ((dt->type != XS_DATETIME) && (dt->type != XS_TIME)) { in exsltDateHourInDay()
2640 if ((dt->type != XS_DATETIME) && (dt->type != XS_TIME)) { in exsltDateMinuteInHour()
2688 if ((dt->type != XS_DATETIME) && (dt->type != XS_TIME)) { in exsltDateSecondInMinute()
2737 else if ((dt->type < XS_GYEAR) || (dt->type > XS_DATETIME)) { in exsltDateAdd()
2972 y = exsltDateCreateDate(XS_DATETIME); in exsltDateSeconds()
3056 if (((x->type < XS_GYEAR) || (x->type > XS_DATETIME)) || in exsltDateDifference()
3057 ((y->type < XS_GYEAR) || (y->type > XS_DATETIME))) { in exsltDateDifference()