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

  /external/v8/src/
unicode-inl.h 90 } else if (c <= kMaxThreeByteChar) {
128 } else if (c <= kMaxThreeByteChar) {
unicode.h 166 static const unsigned kMaxThreeByteChar = 0xffff;
unicode.cc 248 & kMaxThreeByteChar;
268 if (code_point <= kMaxThreeByteChar) {
    [all...]
  /external/v8/test/cctest/
test-parsing.cc 566 static const unsigned kMaxUC16CharU = unibrow::Utf8::kMaxThreeByteChar;
572 (unibrow::Utf8::kMaxThreeByteChar - unibrow::Utf8::kMaxTwoByteChar) * 3;
    [all...]

Completed in 26 milliseconds