Home
last modified time | relevance | path

Searched refs:IsAsciiAlpha (Results 1 – 7 of 7) sorted by relevance

/external/webkit/Source/WebKit/android/content/
Daddress_detector.cpp388 if (IsAsciiAlpha(*it_)) { in Parse()
411 if (IsAsciiAlpha(next)) { in Parse()
582 if (length < 2 || !IsAsciiAlpha(*first_word.begin)) in FindStateStartingInWord()
594 if (length == 2 && IsAsciiAlpha(*(first_word.begin + 1))) { in FindStateStartingInWord()
/external/chromium/chrome/browser/search_engines/
Dtemplate_url_parser.cc277 if (!IsAsciiAlpha(input_encoding[0])) in IsValidEncodingString()
282 if (!IsAsciiAlpha(c) && !IsAsciiDigit(c) && c != '.' && c != '_' && in IsValidEncodingString()
/external/chromium/chrome/common/extensions/
Dextension_message_bundle.cc287 if (!IsAsciiAlpha(*it) && !IsAsciiDigit(*it) && *it != '_' && *it != '@') in IsValidName()
/external/chromium/chrome/browser/
Dshell_integration_win.cc65 if (IsAsciiAlpha(basenames[i]) || in GetProfileIdFromPath()
/external/chromium/base/
Dstring_util.h385 inline bool IsAsciiAlpha(Char c) { in IsAsciiAlpha() function
/external/chromium/net/base/
Dx509_certificate.cc429 if (IsAsciiAlpha(c)) { in VerifyHostname()
Ddnssec_chain_verifier.cc304 if (!IsAsciiAlpha(c) && !IsAsciiDigit(c)) in ParseTLSTXTRecord()