• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/

Lines Matching defs:number

22  * 1. the time is stored as a 64bit integer containing the signed number of
318 // this array contains the cumulated number of days in all previous months for
355 // get the number of days in the given month of the given year
359 // the number of days in month in Julian/Gregorian calendar: the first line
603 // scans all digits (but no more than len) and returns the resulting number
604 static bool GetNumericToken(size_t len, const wxChar*& p, unsigned long *number)
616 return !s.empty() && s.ToULong(number);
986 // and offset it by the number of days needed to get the correct wday
1492 // do time calculations ourselves: we want to calculate the number of
1885 _T("invalid week number: weeks are counted from 1") );
2157 // count the number of entire weeks between Jan 1 and this date
2223 // Julian day number conversion and related stuff
2359 // specifier allowing to get the number of milliseconds
2398 case _T('w'): // week day as number has only one
2451 // example, the week number (%U, %W) and the day number (%j)
2484 // the number of centuries in between for nLostWeekDays
2497 // Keep year below 2000 so the 2digit year number
2609 case _T('m'): // month as a number (01-12)
2613 case _T('M'): // minute as a decimal number (00-59)
2625 case _T('S'): // second as a decimal number (00-61)
2629 case _T('U'): // week number in the year (Sunday 1st week day)
2633 case _T('W'): // week number in the year (Monday 1st week day)
2637 case _T('w'): // weekday as a number (0-6), Sunday = 0
2741 // the following 1 or 2 digits are the day number
2744 wxLogDebug(_T("day number expected in RFC822 time spec, none found"));
3118 wxFAIL_MSG( _T("wrong number of 'y's") );
3251 case _T('w'): // week day as number has only one
3382 case _T('m'): // month as a number (01-12)
3393 case _T('M'): // minute as a decimal number (00-59)
3460 case _T('S'): // second as a decimal number (00-61)
3490 case _T('w'): // weekday as a number (0-6), Sunday = 0
3891 // is it a number?
3895 // guess what this number is
3961 else // not a number
4296 // %D number of days
4299 // %E number of wEeks
4321 // in this case (i.e. the total number of seconds, not just seconds % 60)
4342 // the number
4345 // the number of digits for the format string, 0 if unused