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

/external/v8/src/
H A Dunicode.h127 static const unsigned kMaxEncodedSize = 4; member in class:unibrow::Utf8
H A Dapi.cc3309 int fast_end = capacity - (unibrow::Utf8::kMaxEncodedSize - 1);
3323 char intermediate[unibrow::Utf8::kMaxEncodedSize];

Completed in 76 milliseconds