Home
last modified time | relevance | path

Searched refs:IsAsciiLower (Results 1 - 5 of 5) sorted by relevance

/third_party/node/deps/v8/src/strings/
H A Dchar-predicates-inl.h56 inline constexpr bool IsAsciiLower(base::uc32 c) { in IsAsciiLower() function
65 return c & ~(IsAsciiLower(c) << 5); in ToAsciiUpper()
H A Dchar-predicates.h29 inline constexpr bool IsAsciiLower(base::uc32 ch);
/third_party/gn/src/base/
H A Denvironment.cc39 if (IsAsciiLower(first_char))
/third_party/gn/src/base/strings/
H A Dstring_util.h280 inline bool IsAsciiLower(Char c) { in IsAsciiLower() function
/third_party/node/deps/v8/src/objects/
H A Dintl-objects.cc100 ~((IsAsciiLower(ch) || (((ch & 0xE0) == 0xE0) && ch != 0xF7)) << 5); in ToLatin1Upper()
648 return locale.length() == 2 && IsAsciiLower(locale[0]) && in IsTwoLetterLanguage()
649 IsAsciiLower(locale[1]); in IsTwoLetterLanguage()

Completed in 7 milliseconds