Home
last modified time | relevance | path

Searched refs:IsAsciiUpper (Results 1 – 25 of 61) sorted by relevance

123

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/strings/
H A Dchar-predicates-inl.h60 inline constexpr bool IsAsciiUpper(uc32 c) { in IsAsciiUpper() function
69 return c | (IsAsciiUpper(c) << 5); in ToAsciiLower()
H A Dchar-predicates.h30 inline constexpr bool IsAsciiUpper(uc32 ch);
/dports/lang/v8/v8-9.6.180.12/src/strings/
H A Dchar-predicates-inl.h60 inline constexpr bool IsAsciiUpper(base::uc32 c) { in IsAsciiUpper() function
69 return c | (IsAsciiUpper(c) << 5); in ToAsciiLower()
H A Dchar-predicates.h30 inline constexpr bool IsAsciiUpper(base::uc32 ch);
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/strings/
H A Dchar-predicates-inl.h60 inline constexpr bool IsAsciiUpper(uc32 c) { in IsAsciiUpper() function
69 return c | (IsAsciiUpper(c) << 5); in ToAsciiLower()
H A Dchar-predicates.h29 inline constexpr bool IsAsciiUpper(uc32 ch);
/dports/www/chromium-legacy/chromium-88.0.4324.182/base/
H A Denvironment.cc37 else if (IsAsciiUpper(first_char)) in GetVar()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/base/
H A Denvironment.cc37 else if (IsAsciiUpper(first_char)) in GetVar()
/dports/www/firefox-esr/firefox-91.8.0/security/sandbox/chromium/base/
H A Denvironment.cc37 else if (IsAsciiUpper(first_char)) in GetVar()
/dports/www/firefox/firefox-99.0/security/sandbox/chromium/base/
H A Denvironment.cc37 else if (IsAsciiUpper(first_char)) in GetVar()
/dports/mail/thunderbird/thunderbird-91.8.0/security/sandbox/chromium/base/
H A Denvironment.cc37 else if (IsAsciiUpper(first_char)) in GetVar()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/spdy/
H A Dheader_coalescer.cc40 return std::any_of(str.begin(), str.end(), base::IsAsciiUpper<char>); in ContainsUppercaseAscii()
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/spdy/
H A Dheader_coalescer.cc41 return std::any_of(str.begin(), str.end(), base::IsAsciiUpper<char>); in ContainsUppercaseAscii()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/quiche/common/platform/impl/
H A Dquiche_text_utils_impl.h129 return std::any_of(data.begin(), data.end(), base::IsAsciiUpper<char>); in ContainsUpperCase()
/dports/java/jikes/jikes-1.22/src/
H A Dcode.h128 static inline bool IsAsciiUpper(wchar_t c) in IsAsciiUpper() function
H A Dcase.h46 static inline bool IsAsciiUpper(char c) in IsAsciiUpper() function
/dports/lang/spidermonkey60/firefox-60.9.0/security/sandbox/chromium/base/
H A Denvironment.cc41 else if (IsAsciiUpper(first_char)) in GetVar()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/gn/base/
H A Denvironment.cc41 else if (IsAsciiUpper(first_char)) in GetVar()
/dports/devel/gn/gn-1962/src/base/
H A Denvironment.cc41 else if (IsAsciiUpper(first_char)) in GetVar()
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/gn/src/base/
H A Denvironment.cc41 else if (IsAsciiUpper(first_char)) in GetVar()
/dports/lang/spidermonkey78/firefox-78.9.0/security/sandbox/chromium/base/
H A Denvironment.cc41 else if (IsAsciiUpper(first_char)) in GetVar()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/cert/internal/
H A Dverify_name_match.cc90 } else if (base::IsAsciiUpper(c)) { in NormalizeDirectoryString()
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/cert/internal/
H A Dverify_name_match.cc91 } else if (base::IsAsciiUpper(c)) { in NormalizeDirectoryString()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/gn/base/strings/
H A Dstring_util.h318 inline bool IsAsciiUpper(Char c) { in IsAsciiUpper() function
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/extensions/browser/api/declarative_net_request/
H A Dregex_rules_matcher.cc244 return !base::IsAsciiUpper(c); in InitializeMatcher()

123