Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c26077 static int daysAfterSunday(DateTime *pDate){ in daysAfterSunday() function
26235 char c = (char)daysAfterSunday(&x) + '0'; in strftimeFunc()
26242 (daysAfterJan01(&x)-daysAfterSunday(&x)+7)/7); in strftimeFunc()