Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/stlport/src/
Dtime_facets.cpp190 __iso_week_days(int yday, int wday) { in __iso_week_days() function
394 int days = __iso_week_days (t->tm_yday, t->tm_wday); in __write_formatted_timeT()
398 days = __iso_week_days (t->tm_yday + (365 + __is_leap (year)), t->tm_wday); in __write_formatted_timeT()
401 int d = __iso_week_days (t->tm_yday - (365 + __is_leap (year)), t->tm_wday); in __write_formatted_timeT()