Home
last modified time | relevance | path

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

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