Searched refs:gethms (Results 1 – 1 of 1) sorted by relevance
/external/icu4c/tools/tzcode/ |
D | zic.c | 146 static long gethms(const char * string, const char * errstrng, 924 zp->z_stdoff = gethms(zp->z_rule, _("unruly zone"), in associate() 1043 gethms(string, errstring, signable) in gethms() function 1104 r.r_stdoff = gethms(fields[RF_STDOFF], _("invalid saved time"), TRUE); 1207 z.z_gmtoff = gethms(fields[i_gmtoff], _("invalid UTC offset"), TRUE); 1326 tod = gethms(fields[LP_TIME], _("invalid time of day"), FALSE); 1431 rp->r_tod = gethms(dp, _("invalid time of day"), FALSE);
|