OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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