HomeSort by relevance Sort by last modified time
    Searched refs:__is_leap (Results 1 - 2 of 2) sorted by null

  /external/stlport/src/
time_facets.cpp 198 # define __is_leap(year)\ macro
398 days = __iso_week_days (t->tm_yday + (365 + __is_leap (year)), t->tm_wday);
401 int d = __iso_week_days (t->tm_yday - (365 + __is_leap (year)), t->tm_wday);
  /ndk/sources/cxx-stl/stlport/src/
time_facets.cpp 198 # define __is_leap(year)\ macro
398 days = __iso_week_days (t->tm_yday + (365 + __is_leap (year)), t->tm_wday);
401 int d = __iso_week_days (t->tm_yday - (365 + __is_leap (year)), t->tm_wday);

Completed in 17 milliseconds