IsAsciiDigit      887 base/json/json_parser.cc   while (CanConsume(1) && IsAsciiDigit(c)) {
IsAsciiDigit       35 base/process/internal_linux.cc     if (!IsAsciiDigit(d_name[i])) {
IsAsciiDigit      111 chrome/browser/extensions/install_signer.cc     } else if (!IsAsciiDigit(input[i])) {
IsAsciiDigit      114 chrome/browser/internal_auth.cc       !IsAsciiDigit(var[0]);
IsAsciiDigit       72 chrome/browser/search_engines/template_url_parser.cc     if (!IsAsciiAlpha(c) && !IsAsciiDigit(c) && c != '.' && c != '_' &&
IsAsciiDigit       77 chrome/browser/shell_integration_win.cc         IsAsciiDigit(basenames[i]) ||
IsAsciiDigit       57 chrome/browser/ui/app_list/search/term_break_iterator.cc   if (IsAsciiDigit(ch) || ch == '.' || ch == ',')
IsAsciiDigit       21 chrome/browser/ui/search/search_ipc_router.cc     if (!IsAsciiAlpha(*it) && !IsAsciiDigit(*it))
IsAsciiDigit      166 chrome/common/content_settings_pattern_parser.cc         if (!IsAsciiDigit(port[i])) {
IsAsciiDigit      284 chrome/common/extensions/message_bundle.cc     if (!IsAsciiAlpha(*it) && !IsAsciiDigit(*it) && *it != '_' && *it != '@')
IsAsciiDigit      334 chrome/common/net/url_fixer_upper.cc     if (!IsAsciiDigit(original_text[i]))
IsAsciiDigit      100 components/autofill/core/browser/validation.cc     if (!IsAsciiDigit(*iter))
IsAsciiDigit      123 components/autofill/core/browser/validation.cc     if (!IsAsciiDigit(*iter))
IsAsciiDigit       93 content/browser/download/save_package.cc     if (!IsAsciiDigit(pure_file_name[i]))
IsAsciiDigit       59 content/browser/download/save_package_unittest.cc     if (!IsAsciiDigit(filename[i]))
IsAsciiDigit      499 content/browser/renderer_host/pepper/pepper_file_system_browser_host.cc     if (!IsAsciiAlpha(*it) && !IsAsciiDigit(*it) &&
IsAsciiDigit      141 content/common/android/address_parser_internal.cc     if (IsAsciiDigit(*it_)) {
IsAsciiDigit      165 content/common/android/address_parser_internal.cc       if (IsAsciiDigit(previous)) {
IsAsciiDigit      422 content/common/android/address_parser_internal.cc     if (IsAsciiDigit(*it) || (*it == '-' && pos == kZipDigits))
IsAsciiDigit      500 content/common/android/address_parser_internal.cc   DCHECK(IsAsciiDigit(*word.begin));
IsAsciiDigit      501 content/common/android/address_parser_internal.cc   DCHECK(IsAsciiDigit(*(word.begin + 1)));
IsAsciiDigit      325 google_apis/gaia/oauth_request_signer.cc       DCHECK(!(IsAsciiAlpha(decoded) || IsAsciiDigit(decoded)));
IsAsciiDigit      343 google_apis/gaia/oauth_request_signer.cc     if (IsAsciiAlpha(character) || IsAsciiDigit(character)) {
IsAsciiDigit     1917 net/base/net_util.cc     if (i != size && !IsAsciiDigit(allowed_ports[i]) &&
IsAsciiDigit      119 net/cookies/cookie_util.cc     bool numerical = IsAsciiDigit(token[0]);
IsAsciiDigit       61 rlz/lib/rlz_lib.cc   if (IsAsciiAlpha(ch) || IsAsciiDigit(ch))
IsAsciiDigit       32 rlz/win/lib/machine_deal.cc   if (IsAsciiAlpha(ch) || IsAsciiDigit(ch))
IsAsciiDigit      224 ui/base/accelerators/accelerator.cc       !IsAsciiAlpha(shortcut[0]) && !IsAsciiDigit(shortcut[0])) {
IsAsciiDigit      621 ui/base/l10n/l10n_util.cc     if (!IsAsciiAlpha(ch) && !IsAsciiDigit(ch) && ch != '_')