Home
last modified time | relevance | path

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

/third_party/musl/porting/linux/user/src/time/
D__tz.c93 static void getrule(const char **p, int rule[5]) in getrule() function
341 if (*s == ',') s++, getrule(&s, r0); in do_tzset()
342 if (*s == ',') s++, getrule(&s, r1); in do_tzset()
/third_party/musl/src/time/
D__tz.c70 static void getrule(const char **p, int rule[5]) in getrule() function
256 if (*s == ',') s++, getrule(&s, r0); in do_tzset()
257 if (*s == ',') s++, getrule(&s, r1); in do_tzset()
/third_party/skia/third_party/externals/icu/source/tools/tzcode/
Dlocaltime.c143 static const char * getrule(const char * strp, struct rule * rulep);
780 getrule(const char *strp, register struct rule *const rulep) in getrule() function
994 if ((name = getrule(name, &start)) == NULL) in tzparse()
998 if ((name = getrule(name, &end)) == NULL) in tzparse()
/third_party/icu/icu4c/source/tools/tzcode/
Dlocaltime.c145 static const char * getrule(const char * strp, struct rule * rulep);
782 getrule(const char *strp, register struct rule *const rulep) in getrule() function
996 if ((name = getrule(name, &start)) == NULL) in tzparse()
1000 if ((name = getrule(name, &end)) == NULL) in tzparse()
/third_party/tzdata/
Dlocaltime.c976 getrule(const char *strp, register struct rule *const rulep) in getrule() function
1195 if ((name = getrule(name, &start)) == NULL) in tzparse()
1199 if ((name = getrule(name, &end)) == NULL) in tzparse()