Home
last modified time | relevance | path

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

/external/icu/icu4c/source/tools/tzcode/
Dzdump.c737 register struct tm * lotmp; in hunt() local
742 lotmp = my_localtime(&lot); in hunt()
743 if (lotmp != NULL) { in hunt()
744 lotm = *lotmp; in hunt()
760 if ((lotmp == NULL || tmp == NULL) ? (lotmp == tmp) : in hunt()
766 lotmp = tmp; in hunt()
932 register struct tm * lotmp; in huntICU() local
937 lotmp = my_localtime(&lot); in huntICU()
938 if (lotmp != NULL) { in huntICU()
939 lotm = *lotmp; in huntICU()
[all …]