HomeSort by relevance Sort by last modified time
    Searched refs:IsAsciiAlpha (Results 1 - 7 of 7) sorted by null

  /external/webkit/Source/WebKit/android/content/
address_detector.cpp 388 if (IsAsciiAlpha(*it_)) {
411 if (IsAsciiAlpha(next)) {
582 if (length < 2 || !IsAsciiAlpha(*first_word.begin))
594 if (length == 2 && IsAsciiAlpha(*(first_word.begin + 1))) {
    [all...]
  /external/chromium/chrome/browser/search_engines/
template_url_parser.cc 277 if (!IsAsciiAlpha(input_encoding[0]))
282 if (!IsAsciiAlpha(c) && !IsAsciiDigit(c) && c != '.' && c != '_' &&
  /external/chromium/chrome/common/extensions/
extension_message_bundle.cc 287 if (!IsAsciiAlpha(*it) && !IsAsciiDigit(*it) && *it != '_' && *it != '@')
  /external/chromium/base/
string_util.h 385 inline bool IsAsciiAlpha(Char c) {
  /external/chromium/chrome/browser/
shell_integration_win.cc 65 if (IsAsciiAlpha(basenames[i]) ||
  /external/chromium/net/base/
dnssec_chain_verifier.cc 304 if (!IsAsciiAlpha(c) && !IsAsciiDigit(c))
x509_certificate.cc 429 if (IsAsciiAlpha(c)) {
    [all...]

Completed in 148 milliseconds