Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/strings/
Dchar-predicates-inl.h60 inline constexpr bool IsAsciiUpper(base::uc32 c) { in IsAsciiUpper() function
69 return c | (IsAsciiUpper(c) << 5); in ToAsciiLower()
Dchar-predicates.h30 inline constexpr bool IsAsciiUpper(base::uc32 ch);
/third_party/gn/src/base/
Denvironment.cc41 else if (IsAsciiUpper(first_char)) in GetVar()
/third_party/gn/src/base/strings/
Dstring_util.h286 inline bool IsAsciiUpper(Char c) { in IsAsciiUpper() function
/third_party/node/deps/v8/src/objects/
Dintl-objects.cc163 if (V8_UNLIKELY(IsAsciiUpper(ch) || ch & ~0x7F)) { in FindFirstUpperOrNonAscii()