Searched refs:scheck (Results 1 – 4 of 4) sorted by relevance
/external/icu/icu4c/source/tools/tzcode/ |
D | scheck.c | 11 scheck(const char *const string, const char *const format) in scheck() function
|
D | Makefile.in | 36 OBJECTS= zic.o localtime.o asctime.o scheck.o ialloc.o
|
D | private.h | 306 const char * scheck(const char * string, const char * format);
|
D | zic.c | 1089 if (sscanf(string, scheck(string, "%"SCNdZIC), &hh) == 1) in gethms() 1091 else if (sscanf(string, scheck(string, "%"SCNdZIC":%d"), &hh, &mm) == 2) in gethms() 1093 else if (sscanf(string, scheck(string, "%"SCNdZIC":%d:%d"), in gethms() 1281 if (sscanf(cp, scheck(cp, "%"SCNdZIC), &year) != 1) { in inleap() 1316 if (sscanf(cp, scheck(cp, "%d"), &day) != 1 || in inleap() 1456 } else if (sscanf(cp, scheck(cp, "%"SCNdZIC), &rp->r_loyear) != 1) { in rulesub() 1478 } else if (sscanf(cp, scheck(cp, "%"SCNdZIC), &rp->r_hiyear) != 1) { in rulesub() 1531 if (sscanf(ep, scheck(ep, "%d"), &rp->r_dayofmonth) != 1 || in rulesub()
|