HomeSort by relevance Sort by last modified time
    Searched refs:newtm (Results 1 - 2 of 2) sorted by null

  /external/chromium/third_party/icu/source/tools/tzcode/
zdump.c 290 struct tm newtm; local
515 newtm = *newtmp;
521 (delta(&newtm, &tm) != (newt - t) ||
522 newtm.tm_isdst != tm.tm_isdst)) {
526 newtm = *newtmp;
528 abbr(&newtm),
535 (delta(&newtm, &tm) != (newt - t) ||
536 newtm.tm_isdst != tm.tm_isdst ||
537 strcmp(abbr(&newtm), buf) != 0)) {
541 newtm = *newtmp
    [all...]
  /external/icu4c/tools/tzcode/
zdump.c 290 struct tm newtm; local
515 newtm = *newtmp;
521 (delta(&newtm, &tm) != (newt - t) ||
522 newtm.tm_isdst != tm.tm_isdst)) {
526 newtm = *newtmp;
528 abbr(&newtm),
535 (delta(&newtm, &tm) != (newt - t) ||
536 newtm.tm_isdst != tm.tm_isdst ||
537 strcmp(abbr(&newtm), buf) != 0)) {
541 newtm = *newtmp
    [all...]

Completed in 94 milliseconds