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

  /prebuilts/ndk/r11/sources/cxx-stl/stlport/src/
time_facets.cpp 187 # define __YDAY_MINIMUM (-366)
192 int big_enough_multiple_of_7 = (-__YDAY_MINIMUM / 7 + 2) * 7;
  /prebuilts/ndk/r13/sources/cxx-stl/stlport/src/
time_facets.cpp 187 # define __YDAY_MINIMUM (-366)
192 int big_enough_multiple_of_7 = (-__YDAY_MINIMUM / 7 + 2) * 7;

Completed in 43 milliseconds