Searched refs:rule (Results 1 - 2 of 2) sorted by relevance

/bionic/libc/tzcode/
H A Dlocaltime.c144 struct rule { struct
145 enum r_type r_type; /* type of rule */
146 int r_day; /* day number of rule */
147 int r_week; /* week number of rule */
148 int r_mon; /* month number of rule */
149 int_fast32_t r_time; /* transition time of rule */
865 ** Given a pointer into a time zone string, extract a rule in the form
867 ** If a valid rule is not found, return NULL.
868 ** Otherwise, return a pointer to the first character not part of the rule.
872 getrule(const char *strp, register struct rule *cons
[all...]
/bionic/libc/
H A DAndroid.mk1108 # libprofile_rt isn't prebuilt, and it would be tricky to write a rule that

Completed in 8 milliseconds