OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:lotm
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/source/tools/tzcode/
zdump.c
677
struct tm
lotm
;
local
685
lotm
= *lotmp;
686
(void) strncpy(loab, abbr(&
lotm
), (sizeof loab) - 1);
702
(delta(&tm, &
lotm
) == (t - lot) &&
703
tm.tm_isdst ==
lotm
.tm_isdst &&
706
lotm
= tm;
875
struct tm
lotm
;
local
883
lotm
= *lotmp;
884
(void) strncpy(loab, abbr(&
lotm
), (sizeof loab) - 1);
902
(delta(&tm, &
lotm
) == (t - lot) &
[
all
...]
/external/icu/icu4c/source/tools/tzcode/
zdump.c
677
struct tm
lotm
;
local
685
lotm
= *lotmp;
686
(void) strncpy(loab, abbr(&
lotm
), (sizeof loab) - 1);
702
(delta(&tm, &
lotm
) == (t - lot) &&
703
tm.tm_isdst ==
lotm
.tm_isdst &&
706
lotm
= tm;
875
struct tm
lotm
;
local
883
lotm
= *lotmp;
884
(void) strncpy(loab, abbr(&
lotm
), (sizeof loab) - 1);
902
(delta(&tm, &
lotm
) == (t - lot) &
[
all
...]
Completed in 743 milliseconds