HomeSort by: relevance | last modified time | path
    Searched defs:t_mon (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/libstdc++-v3/src/c++98/
locale_facets.cc 199 int t_mon = 0; local
200 while (mon_yday[is_leap(1900 + tm->tm_year)][t_mon]
202 ++t_mon;
204 tm->tm_mon = t_mon - 1;
208 - mon_yday[is_leap(1900 + tm->tm_year)][t_mon - 1] + 1);
233 int t_mon = 0; local
234 while (mon_yday[is_leap(1900 + tm->tm_year)][t_mon]
236 ++t_mon;
238 tm->tm_mon = t_mon - 1;
242 - mon_yday[is_leap(1900 + tm->tm_year)][t_mon - 1] + 1)
    [all...]
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++98/
locale_facets.cc 199 int t_mon = 0; local
200 while (mon_yday[is_leap(1900 + tm->tm_year)][t_mon]
202 ++t_mon;
204 tm->tm_mon = t_mon - 1;
208 - mon_yday[is_leap(1900 + tm->tm_year)][t_mon - 1] + 1);
233 int t_mon = 0; local
234 while (mon_yday[is_leap(1900 + tm->tm_year)][t_mon]
236 ++t_mon;
238 tm->tm_mon = t_mon - 1;
242 - mon_yday[is_leap(1900 + tm->tm_year)][t_mon - 1] + 1)
    [all...]

Completed in 23 milliseconds