Searched refs:GetNumericToken (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Ddatetime.cpp604 static bool GetNumericToken(size_t len, const wxChar*& p, unsigned long *number) function
3335 if ( !GetNumericToken(width, input, &num) ||
3349 if ( !GetNumericToken(width, input, &num) || (num > 23) )
3360 if ( !GetNumericToken(width, input, &num) || !num || (num > 12) )
3372 if ( !GetNumericToken(width, input, &num) || !num || (num > 366) )
3383 if ( !GetNumericToken(width, input, &num) || !num || (num > 12) )
3394 if ( !GetNumericToken(width, input, &num) || (num > 59) )
3461 if ( !GetNumericToken(width, input, &num) || (num > 61) )
3491 if ( !GetNumericToken(width, input, &num) || (wday > 6) )
3629 if ( !GetNumericToken(widt
[all...]

Completed in 106 milliseconds