IsAsciiAlpha       67 chrome/browser/search_engines/template_url_parser.cc   if (!IsAsciiAlpha(input_encoding[0]))
IsAsciiAlpha       72 chrome/browser/search_engines/template_url_parser.cc     if (!IsAsciiAlpha(c) && !IsAsciiDigit(c) && c != '.' && c != '_' &&
IsAsciiAlpha       76 chrome/browser/shell_integration_win.cc     if (IsAsciiAlpha(basenames[i]) ||
IsAsciiAlpha       21 chrome/browser/ui/search/search_ipc_router.cc     if (!IsAsciiAlpha(*it) && !IsAsciiDigit(*it))
IsAsciiAlpha      284 chrome/common/extensions/message_bundle.cc     if (!IsAsciiAlpha(*it) && !IsAsciiDigit(*it) && *it != '_' && *it != '@')
IsAsciiAlpha      317 components/translate/language_detection/language_detection_util.cc     if (!IsAsciiAlpha(*it))
IsAsciiAlpha      331 components/translate/language_detection/language_detection_util.cc     if (!IsAsciiAlpha(*it))
IsAsciiAlpha      499 content/browser/renderer_host/pepper/pepper_file_system_browser_host.cc     if (!IsAsciiAlpha(*it) && !IsAsciiDigit(*it) &&
IsAsciiAlpha      151 content/common/android/address_parser_internal.cc     if (IsAsciiAlpha(*it_)) {
IsAsciiAlpha      174 content/common/android/address_parser_internal.cc         if (IsAsciiAlpha(next)) {
IsAsciiAlpha      347 content/common/android/address_parser_internal.cc   if (length < 2 || !IsAsciiAlpha(*first_word.begin))
IsAsciiAlpha      359 content/common/android/address_parser_internal.cc   if (length == 2 && IsAsciiAlpha(*(first_word.begin + 1))) {
IsAsciiAlpha      595 content/common/android/address_parser_internal.cc   if (!IsAsciiAlpha(*word.begin))
IsAsciiAlpha      325 google_apis/gaia/oauth_request_signer.cc       DCHECK(!(IsAsciiAlpha(decoded) || IsAsciiDigit(decoded)));
IsAsciiAlpha      343 google_apis/gaia/oauth_request_signer.cc     if (IsAsciiAlpha(character) || IsAsciiDigit(character)) {
IsAsciiAlpha       61 rlz/lib/rlz_lib.cc   if (IsAsciiAlpha(ch) || IsAsciiDigit(ch))
IsAsciiAlpha       32 rlz/win/lib/machine_deal.cc   if (IsAsciiAlpha(ch) || IsAsciiDigit(ch))
IsAsciiAlpha      224 ui/base/accelerators/accelerator.cc       !IsAsciiAlpha(shortcut[0]) && !IsAsciiDigit(shortcut[0])) {
IsAsciiAlpha      621 ui/base/l10n/l10n_util.cc     if (!IsAsciiAlpha(ch) && !IsAsciiDigit(ch) && ch != '_')
IsAsciiAlpha      634 ui/base/l10n/l10n_util.cc     if (!IsAsciiAlpha(ch))