HomeSort by relevance Sort by last modified time
    Searched refs:kMaxThreeByteChar (Results 1 - 3 of 3) sorted by null

  /external/v8/src/
unicode-inl.h 87 } else if (c <= kMaxThreeByteChar) {
129 } else if (c <= kMaxThreeByteChar) {
unicode.h 147 static const unsigned kMaxThreeByteChar = 0xffff;
  /external/v8/test/cctest/
test-parsing.cc 696 static const unsigned kMaxUC16CharU = unibrow::Utf8::kMaxThreeByteChar;
702 (unibrow::Utf8::kMaxThreeByteChar - unibrow::Utf8::kMaxTwoByteChar) * 3;
    [all...]

Completed in 63 milliseconds