Home
last modified time | relevance | path

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

/external/icu/icu4c/source/tools/tzcode/
Dzdump.c736 struct tm lotm; in hunt() local
744 lotm = *lotmp; in hunt()
745 (void) strncpy(loab, abbr(&lotm), (sizeof loab) - 1); in hunt()
761 (delta(&tm, &lotm) == (t - lot) && in hunt()
762 tm.tm_isdst == lotm.tm_isdst && in hunt()
765 lotm = tm; in hunt()
931 struct tm lotm; in huntICU() local
939 lotm = *lotmp; in huntICU()
940 (void) strncpy(loab, abbr(&lotm), (sizeof loab) - 1); in huntICU()
958 (delta(&tm, &lotm) == (t - lot) && in huntICU()
[all …]