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

  /external/stlport/src/
time_facets.cpp 192 int big_enough_multiple_of_7 = (-__YDAY_MINIMUM / 7 + 2) * 7; local
194 - (yday - wday + __ISO_WEEK1_WDAY + big_enough_multiple_of_7) % 7
  /ndk/sources/cxx-stl/stlport/src/
time_facets.cpp 192 int big_enough_multiple_of_7 = (-__YDAY_MINIMUM / 7 + 2) * 7; local
194 - (yday - wday + __ISO_WEEK1_WDAY + big_enough_multiple_of_7) % 7

Completed in 20 milliseconds