Searched refs:zpfirst (Results 1 – 1 of 1) sorted by relevance
/external/icu/icu4c/source/tools/tzcode/ |
D | zic.c | 2106 stringzone(char *result, const struct zone *const zpfirst, const int zonecount) in stringzone() argument 2119 zp = zpfirst + zonecount - 1; in stringzone() 2217 outzone(const struct zone * const zpfirst, const int zonecount) in outzone() argument 2277 zp = &zpfirst[i]; in outzone() 2293 compat = stringzone(envvar, zpfirst, zonecount); in outzone() 2303 zpfirst->z_name); in outzone() 2310 zpfirst->z_name, compat); in outzone() 2359 zp = &zpfirst[i]; in outzone() 2575 zpfirst->z_name, zp->z_gmtoff, in outzone() 2672 writezone(zpfirst->z_name, envvar, version); in outzone()
|