Searched defs:kMaxAsciiCharCodeU (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/
H A Dglobals.h278 const uint32_t kMaxAsciiCharCodeU = 0x7fu; member in namespace:v8::internal
H A Dobjects.h6979 static const unsigned kMaxAsciiCharCodeU = unibrow::Utf8::kMaxOneByteChar; member in class:v8::internal::String
7082 if (static_cast<uint8_t>(*chars) > kMaxAsciiCharCodeU) return false;
7091 if (*chars > kMaxAsciiCharCodeU) return false;

Completed in 79 milliseconds