Searched refs:kMaxEncodedSize (Results 1 - 3 of 3) sorted by relevance

/external/v8/src/
H A Dscanner.h76 return static_cast<int>(limit_ - data_) + unibrow::Utf8::kMaxEncodedSize;
80 return (data + capacity) - unibrow::Utf8::kMaxEncodedSize;
H A Dunicode.h124 static const unsigned kMaxEncodedSize = 4; member in class:unibrow::Utf8
H A Dapi.cc2584 int fast_end = capacity - (unibrow::Utf8::kMaxEncodedSize - 1);
2596 char intermediate[unibrow::Utf8::kMaxEncodedSize];

Completed in 481 milliseconds