Home
last modified time | relevance | path

Searched refs:wxIsAlphaNumeric (Results 1 – 8 of 8) sorted by relevance

/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/clientgui/
H A DValidateAccountKey.cpp69 } else if ((!wxIsAlphaNumeric(val))) { in Validate()
119 bool CValidateAccountKey::wxIsAlphaNumeric(const wxString& val) { in wxIsAlphaNumeric() function in CValidateAccountKey
H A DValidateEmailAddress.h47 bool wxIsAlphaNumeric(const wxString& val);
H A DValidateAccountKey.h47 bool wxIsAlphaNumeric(const wxString& val);
H A DValidateEmailAddress.cpp123 bool CValidateEmailAddress::wxIsAlphaNumeric(const wxString& val) { in wxIsAlphaNumeric() function in CValidateEmailAddress
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/src/common/
H A Dvaltext.cpp89 static bool wxIsAlphaNumeric(const wxString& val) in wxIsAlphaNumeric() function
143 else if ( (m_validatorStyle & wxFILTER_ALPHANUMERIC) && !wxIsAlphaNumeric(val)) in Validate()
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/src/common/
H A Dvaltext.cpp89 static bool wxIsAlphaNumeric(const wxString& val) in wxIsAlphaNumeric() function
143 else if ( (m_validatorStyle & wxFILTER_ALPHANUMERIC) && !wxIsAlphaNumeric(val)) in Validate()
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/src/common/
H A Dvaltext.cpp89 static bool wxIsAlphaNumeric(const wxString& val) in wxIsAlphaNumeric() function
143 else if ( (m_validatorStyle & wxFILTER_ALPHANUMERIC) && !wxIsAlphaNumeric(val)) in Validate()
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/src/common/
H A Dvaltext.cpp89 static bool wxIsAlphaNumeric(const wxString& val) in wxIsAlphaNumeric() function
143 else if ( (m_validatorStyle & wxFILTER_ALPHANUMERIC) && !wxIsAlphaNumeric(val)) in Validate()