Searched refs:wxIsAlphaNumeric (Results 1 – 8 of 8) sorted by relevance
69 } else if ((!wxIsAlphaNumeric(val))) { in Validate()119 bool CValidateAccountKey::wxIsAlphaNumeric(const wxString& val) { in wxIsAlphaNumeric() function in CValidateAccountKey
47 bool wxIsAlphaNumeric(const wxString& val);
123 bool CValidateEmailAddress::wxIsAlphaNumeric(const wxString& val) { in wxIsAlphaNumeric() function in CValidateEmailAddress
89 static bool wxIsAlphaNumeric(const wxString& val) in wxIsAlphaNumeric() function143 else if ( (m_validatorStyle & wxFILTER_ALPHANUMERIC) && !wxIsAlphaNumeric(val)) in Validate()