Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dtime64.c185 int is_exception = ((year % 100 == 0) && !(year % 400 == 0)); in is_exception_century() local
186 TRACE1("# is_exception_century: %s\n", is_exception ? "yes" : "no"); in is_exception_century()
188 return(is_exception); in is_exception_century()