Home
last modified time | relevance | path

Searched defs:IsAsciiUpper (Results 1 – 2 of 2) sorted by relevance

/third_party/gn/src/base/strings/
Dstring_util.h276 inline bool IsAsciiUpper(Char c) { in IsAsciiUpper() function
/third_party/node/deps/v8/src/strings/
Dchar-predicates-inl.h60 inline constexpr bool IsAsciiUpper(base::uc32 c) { in IsAsciiUpper() function