Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/datetime/
H A Ddate.d7778 auto signAtBegining = cast(bool) yearStr.startsWith('-', '+'); member
7779 if ((yearStr.length > 4) != signAtBegining)
7917 auto signAtBegining = cast(bool) yearStr.startsWith('-', '+'); member
7918 if ((yearStr.length > 4) != signAtBegining)