Home
last modified time | relevance | path

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

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

Completed in 7 milliseconds