Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/
Ddatetime.py1070 self._second = second
1091 return self._second
1155 return _cmp((self._hour, self._minute, self._second,
1157 (other._hour, other._minute, other._second,
1166 return _cmp((myhhmm, self._second, self._microsecond),
1167 (othhmm, other._second, other._microsecond))
1212 s = ", %d, %d" % (self._second, self._microsecond)
1213 elif self._second != 0:
1214 s = ", %d" % self._second
1237 s = _format_time(self._hour, self._minute, self._second,
[all …]
/external/icu/icu4c/source/test/cintltst/
Duenumtst.c137 static const UChar _second[]= {115,101,99,111,110,100,0}; /* "second" */ variable
142 _first, _second, _third, _fourth