Searched refs:IsAsciiAlpha (Results 1 - 17 of 17) sorted by relevance

/external/chromium_org/tools/gn/
H A Dtokenizer.h36 return IsAsciiAlpha(c) || c == '_';
H A Dfilesystem_utils.cc103 if (!IsAsciiAlpha(path[0]))
/external/chromium_org/content/common/android/
H A Daddress_parser_internal.cc151 if (IsAsciiAlpha(*it_)) {
174 if (IsAsciiAlpha(next)) {
347 if (length < 2 || !IsAsciiAlpha(*first_word.begin))
359 if (length == 2 && IsAsciiAlpha(*(first_word.begin + 1))) {
595 if (!IsAsciiAlpha(*word.begin))
/external/chromium_org/storage/browser/database/
H A Ddatabase_util.cc22 if (!(IsAsciiAlpha(c) || IsAsciiDigit(c) ||
/external/chromium_org/components/translate/core/language_detection/
H A Dlanguage_detection_util.cc317 if (!IsAsciiAlpha(*it))
331 if (!IsAsciiAlpha(*it))
/external/chromium_org/components/search_engines/
H A Dtemplate_url_parser.cc66 if (!IsAsciiAlpha(input_encoding[0]))
71 if (!IsAsciiAlpha(c) && !IsAsciiDigit(c) && c != '.' && c != '_' &&
/external/chromium_org/google_apis/gaia/
H A Doauth_request_signer.cc325 DCHECK(!(IsAsciiAlpha(decoded) || IsAsciiDigit(decoded)));
343 if (IsAsciiAlpha(character) || IsAsciiDigit(character)) {
/external/chromium_org/chrome/browser/ui/search/
H A Dsearch_ipc_router.cc23 if (!IsAsciiAlpha(*it) && !IsAsciiDigit(*it))
/external/chromium_org/components/autofill/core/common/
H A Dsave_password_progress_logger.cc182 return !(c == '_' || c == '-' || IsAsciiAlpha(c) || IsAsciiDigit(c));
/external/chromium_org/rlz/win/lib/
H A Dmachine_deal.cc32 if (IsAsciiAlpha(ch) || IsAsciiDigit(ch))
/external/chromium_org/ui/base/accelerators/
H A Daccelerator.cc213 !IsAsciiAlpha(shortcut[0]) && !IsAsciiDigit(shortcut[0])) {
/external/chromium_org/ui/base/l10n/
H A Dl10n_util.cc619 if (!IsAsciiAlpha(ch) && !IsAsciiDigit(ch) && ch != '_')
632 if (!IsAsciiAlpha(ch))
/external/chromium_org/extensions/common/
H A Dmessage_bundle.cc284 if (!IsAsciiAlpha(*it) && !IsAsciiDigit(*it) && *it != '_' && *it != '@')
/external/chromium_org/base/strings/
H A Dstring_util.h339 inline bool IsAsciiAlpha(Char c) { function
/external/chromium_org/content/browser/renderer_host/pepper/
H A Dpepper_file_system_browser_host.cc501 if (!IsAsciiAlpha(*it) && !IsAsciiDigit(*it) && *it != '.' && *it != '_' &&
/external/chromium_org/chrome/browser/
H A Dshell_integration_win.cc76 if (IsAsciiAlpha(basenames[i]) ||
/external/chromium_org/rlz/lib/
H A Drlz_lib.cc61 if (IsAsciiAlpha(ch) || IsAsciiDigit(ch))

Completed in 3261 milliseconds