Searched refs:newtm (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/icu/source/tools/tzcode/
H A Dzdump.c290 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
[all...]
/external/icu4c/tools/tzcode/
H A Dzdump.c290 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
[all...]

Completed in 57 milliseconds