Home
last modified time | relevance | path

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

/external/libchrome/base/strings/
Dstring_util.h345 inline bool IsAsciiLower(Char c) { in IsAsciiLower() function
/external/v8/src/strings/
Dchar-predicates-inl.h56 inline constexpr bool IsAsciiLower(uc32 c) { in IsAsciiLower() function