Home
last modified time | relevance | path

Searched refs:xs_dateTime (Results 1 – 11 of 11) sorted by relevance

/dports/textproc/zorba/zorba-2.7.0/src/zorbatypes/
H A Dschema_types.h36 typedef DateTime xs_dateTime; typedef
/dports/textproc/zorba/zorba-2.7.0/src/runtime/core/
H A Darithmetic_impl.cpp362 std::auto_ptr<xs_dateTime> d(i0->getDateTimeValue().addDuration(i1->getDurationValue())); in compute()
376 std::auto_ptr<xs_dateTime> d(i1->getDateTimeValue().addDuration(i0->getDurationValue())); in compute()
482 std::auto_ptr<xs_dateTime> d(i0->getDateTimeValue().subtractDuration(i1->getDurationValue())); in compute()
/dports/textproc/zorba/zorba-2.7.0/src/store/api/
H A Ditem.h390 virtual const xs_dateTime&
H A Ditem_factory.h348 const xs_dateTime* value) = 0;
/dports/textproc/zorba/zorba-2.7.0/src/store/naive/
H A Dsimple_item_factory.h168 bool createDateTime(store::Item_t& result, const xs_dateTime* value);
H A Ditem.cpp766 const xs_dateTime& Item::getDateTimeValue() const in getDateTimeValue()
H A Datomic_items.h201 const xs_dateTime& getDateTimeValue() const in getDateTimeValue()
1165 const xs_dateTime& getDateTimeValue() const { return theValue; } in getDateTimeValue()
H A Dsimple_item_factory.cpp443 bool BasicItemFactory::createDateTime(store::Item_t& result, const xs_dateTime* value) in createDateTime()
/dports/textproc/zorba/zorba-2.7.0/src/zorbaserialization/
H A Dserialize_zorba_types.cpp611 SERIALIZE_ATOMIC_ITEM(xs_dateTime, getDateTimeValue()); in serialize_atomic_item()
905 DESERIALIZE_ATOMIC_ITEM2(xs_dateTime, createDateTime); in deserialize_atomic_item()
/dports/textproc/zorba/zorba-2.7.0/src/types/schema/
H A DXercesParseUtils.cpp847 xs_dateTime dt; in parseXSDateTime()
/dports/textproc/zorba/zorba-2.7.0/src/types/
H A Dcasting.cpp306 xs_dateTime dt; in T1_TO_T2()