Home
last modified time | relevance | path

Searched refs:toSimpleString (Results 1 – 3 of 3) sorted by relevance

/netbsd/external/gpl3/gcc/dist/libphobos/src/std/datetime/
H A Ddate.d3036 toSimpleString(w); in toSimpleString()
3043 void toSimpleString(W)(ref W writer) const
3047 _date.toSimpleString(writer);
3121 return toSimpleString(); in toString()
3138 toSimpleString(writer);
7494 toSimpleString(w); in toSimpleString()
7533 void toSimpleString(W)(ref W writer) const
7555 Date(9, 12, 4).toSimpleString(w);
7558 Date(-10000, 10, 20).toSimpleString(w);
7587 return toSimpleString(); in toString()
[all …]
H A Dsystime.d8542 string toSimpleString() @safe const nothrow scope
8548 toSimpleString(app);
8555 void toSimpleString(W)(ref W writer) const scope
8578 dateTime.toSimpleString(writer);
8585 dateTime.toSimpleString(writer);
8593 dateTime.toSimpleString(writer);
8673 assert(cst.toSimpleString() == "1999-Jul-06 12:30:33");
8674 assert(ist.toSimpleString() == "1999-Jul-06 12:30:33");
8678 auto result = st.toSimpleString();
8714 return toSimpleString();
[all …]
/netbsd/external/gpl3/gcc.old/dist/libphobos/src/std/datetime/
H A Ddate.d2918 string toSimpleString() const @safe pure nothrow in toSimpleString() function
2924 _date.toSimpleString(), in toSimpleString()
2971 assert(cdt.toSimpleString() == "1999-Jul-06 12:30:33");
2972 assert(idt.toSimpleString() == "1999-Jul-06 12:30:33");
3001 return toSimpleString(); in toString()
7144 string toSimpleString() const @safe pure nothrow in toSimpleString() function
7170 assert(Date(0, 1, 5).toSimpleString() == "0000-Jan-05");
7177 assert(Date(9, 12, 4).toSimpleString() == "0009-Dec-04");
7193 assert(cdate.toSimpleString() == "1999-Jul-06");
7194 assert(idate.toSimpleString() == "1999-Jul-06");
[all …]