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

  /external/v8/src/
unicode-inl.h 83 } else if (c <= kMaxTwoByteChar) {
127 } else if (c <= kMaxTwoByteChar) {
unicode.h 146 static const unsigned kMaxTwoByteChar = 0x7ff;
  /external/v8/test/cctest/
test-parsing.cc 701 (unibrow::Utf8::kMaxTwoByteChar - unibrow::Utf8::kMaxOneByteChar) * 2 +
702 (unibrow::Utf8::kMaxThreeByteChar - unibrow::Utf8::kMaxTwoByteChar) * 3;
    [all...]

Completed in 860 milliseconds