Home
last modified time | relevance | path

Searched refs:xs_time (Results 1 – 14 of 14) sorted by relevance

/dports/textproc/zorba/zorba-2.7.0/src/zorbatypes/
H A Dschema_types.h53 typedef DateTime xs_time; typedef
/dports/devel/p5-Time-Format/Time-Format-1.12/
H A DMANIFEST37 t/xs_time.t
H A DSIGNATURE52 SHA1 a02341928da64587b5dc2aef1ca0528dba6c0c3c t/xs_time.t
/dports/textproc/zorba/zorba-2.7.0/src/runtime/context/
H A Dcontext_impl.cpp76 std::auto_ptr<xs_time> t; in nextImpl()
/dports/textproc/zorba/zorba-2.7.0/src/store/api/
H A Ditem_factory.h353 const xs_time* time) = 0;
416 virtual bool createTime(Item_t& result, const xs_time* value) = 0;
H A Ditem.h400 virtual const xs_time&
/dports/textproc/zorba/zorba-2.7.0/src/runtime/core/
H A Darithmetic_impl.cpp418 std::auto_ptr<xs_time> t(i0->getTimeValue().addDuration(i1->getDurationValue())); in compute()
432 std::auto_ptr<xs_time> t(i1->getTimeValue().addDuration(i0->getDurationValue())); in compute()
510 std::auto_ptr<xs_time> t(i0->getTimeValue().subtractDuration(i1->getDurationValue())); in compute()
/dports/textproc/zorba/zorba-2.7.0/src/store/naive/
H A Dsimple_item_factory.h166 bool createDateTime(store::Item_t& result, const xs_date* date, const xs_time* time);
184 bool createTime(store::Item_t& result, const xs_time* value);
H A Dsimple_item_factory.cpp452 const xs_time* time) in createDateTime()
548 xs_time const &t = time->getTimeValue(); in createDateTime()
606 bool BasicItemFactory::createTime(store::Item_t& result, const xs_time* value) in createTime()
H A Ditem.cpp781 const xs_time& Item::getTimeValue() const in getTimeValue()
H A Datomic_items.h211 const xs_time& getTimeValue() const in getTimeValue()
1169 const xs_time& getTimeValue() const { return theValue; } in getTimeValue()
/dports/textproc/zorba/zorba-2.7.0/src/zorbaserialization/
H A Dserialize_zorba_types.cpp619 SERIALIZE_ATOMIC_ITEM(xs_time, getTimeValue()); in serialize_atomic_item()
913 DESERIALIZE_ATOMIC_ITEM2(xs_time, createTime); in deserialize_atomic_item()
/dports/textproc/zorba/zorba-2.7.0/src/types/schema/
H A DXercesParseUtils.cpp934 xs_time t; in parseXSTime()
/dports/textproc/zorba/zorba-2.7.0/src/types/
H A Dcasting.cpp317 xs_time t; in T1_TO_T2()