Home
last modified time | relevance | path

Searched refs:XS_DATETIME (Results 1 – 10 of 10) sorted by path

/dports/textproc/libxslt/libxslt-1.1.34/libexslt/
H A Ddate.c83 XS_DATETIME = (XS_DATE | XS_TIME) enumerator
760 ret = exsltDateCreateDate(XS_DATETIME); in exsltDateCurrent()
995 dt->type = XS_DATETIME; in exsltDateParse()
1354 case XS_DATETIME: in exsltDateFormat()
1620 if (ret->type != XS_DATETIME) { in _exsltDateAdd()
1622 ret->type = XS_DATETIME; in _exsltDateAdd()
1655 ((y->type < XS_GYEAR) || (y->type > XS_DATETIME))) in _exsltDateDifference()
1854 if ((dt->type != XS_DATETIME) && (dt->type != XS_DATE)) { in exsltDateDate()
1898 if ((dt->type != XS_DATETIME) && (dt->type != XS_TIME)) { in exsltDateTime()
1947 if ((dt->type != XS_DATETIME) && (dt->type != XS_DATE) && in exsltDateYear()
[all …]
/dports/textproc/zorba/zorba-2.7.0/include/zorba/
H A Dstore_consts.h45 XS_DATETIME = 12, enumerator
/dports/textproc/zorba/zorba-2.7.0/src/runtime/core/
H A Darithmetic_impl.cpp214 compute<store::XS_DURATION,store::XS_DATETIME> in compute()
243 compute<store::XS_DURATION,store::XS_DATETIME> in compute()
264 compute<store::XS_DATETIME,store::XS_DATETIME> in compute()
270 compute<store::XS_DATETIME,store::XS_DURATION> in compute()
354 bool AddOperation::compute<store::XS_DATETIME,store::XS_DURATION>( in compute()
368 bool AddOperation::compute<store::XS_DURATION,store::XS_DATETIME>( in compute()
474 bool SubtractOperation::compute<store::XS_DATETIME,store::XS_DURATION>( in compute()
516 bool SubtractOperation::compute<store::XS_DATETIME,store::XS_DATETIME>( in compute()
/dports/textproc/zorba/zorba-2.7.0/src/store/naive/
H A Datomic_items.cpp2273 return store::XS_DATETIME; in getTypeCode()
H A Dsimple_index_general.cpp328 case store::XS_DATETIME: in insert()
575 if (insertInMap(castItem, node2, store::XS_DATETIME, true)) in insert()
747 case store::XS_DATETIME: in remove()
977 if (removeFromMap(castItem, node, store::XS_DATETIME, true)) in remove()
1747 case store::XS_DATETIME: in initPoint()
1973 else if (haveMap(store::XS_DATETIME) && in initPoint()
1976 probeMap(store::XS_DATETIME, castItem.getp()); in initPoint()
2105 case store::XS_DATETIME: in initBox()
2394 else if (idx->theMaps[store::XS_DATETIME] && untypedItem->castToDateTime(altKey)) in initBox()
2396 probeMap(store::XS_DATETIME, altKey, altKey); in initBox()
H A Dstore.cpp217 theSchemaTypeNames[store::XS_DATETIME] = theQNamePool->insert(ns, "xs", "dateTime"); in initTypeNames()
/dports/textproc/zorba/zorba-2.7.0/src/types/
H A Dtypeops.cpp268 case store::XS_DATETIME: in maybe_date_time()
/dports/textproc/zorba/zorba-2.7.0/src/zorbaserialization/
H A Dserialize_zorba_types.cpp609 case store::XS_DATETIME: in serialize_atomic_item()
903 case store::XS_DATETIME: in deserialize_atomic_item()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libxslt/src/libexslt/
H A Ddate.c76 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()
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()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libxslt/src/libexslt/
H A Ddate.c83 XS_DATETIME = (XS_DATE | XS_TIME) enumerator
760 ret = exsltDateCreateDate(XS_DATETIME); in exsltDateCurrent()
995 dt->type = XS_DATETIME; in exsltDateParse()
1354 case XS_DATETIME: in exsltDateFormat()
1620 if (ret->type != XS_DATETIME) { in _exsltDateAdd()
1622 ret->type = XS_DATETIME; in _exsltDateAdd()
1655 ((y->type < XS_GYEAR) || (y->type > XS_DATETIME))) in _exsltDateDifference()
1854 if ((dt->type != XS_DATETIME) && (dt->type != XS_DATE)) { in exsltDateDate()
1898 if ((dt->type != XS_DATETIME) && (dt->type != XS_TIME)) { in exsltDateTime()
1947 if ((dt->type != XS_DATETIME) && (dt->type != XS_DATE) && in exsltDateYear()
[all …]