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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Duri.cpp400 while (IsAlpha(*uri) || IsDigit(*uri) ||
574 while(IsDigit(*uri))
1035 if (IsDigit(*uri))
1041 if( IsDigit(*++uri) && IsDigit(*++uri) &&
1054 if(IsDigit(*uri))++uri;
1059 if (*uri != wxT('.') || !IsDigit(*++uri))
1063 if( IsDigit(*++uri) && IsDigit(*++uri) &&
1075 if(IsDigit(*ur
1288 bool wxURI::IsDigit(const wxChar& c) function in class:wxURI
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/scintilla/src/
H A DLexBasic.cxx66 static bool IsDigit(int c) { function
134 if (!IsDigit(sc.ch))
174 } else if (IsDigit(sc.ch)) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Duri.h132 static bool IsDigit(const wxChar& c);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DFileDetailDialog.cpp313 bool IsDigit(const wxChar ch) function
356 (numbers && IsDigit(str.GetChar(i+l))))) {

Completed in 154 milliseconds