Home
last modified time | relevance | path

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

/third_party/python/Lib/
Ddatetime.py1271 self._second = second
1292 return self._second
1356 return _cmp((self._hour, self._minute, self._second,
1358 (other._hour, other._minute, other._second,
1367 return _cmp((myhhmm, self._second, self._microsecond),
1368 (othhmm, other._second, other._microsecond))
1401 s = ", %d, %d" % (self._second, self._microsecond)
1402 elif self._second != 0:
1403 s = ", %d" % self._second
1427 s = _format_time(self._hour, self._minute, self._second,
[all …]
/third_party/icu/icu4c/source/test/cintltst/
Duenumtst.c141 static const UChar _second[]= {115,101,99,111,110,100,0}; /* "second" */ variable
146 _first, _second, _third, _fourth