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

  /external/v8/src/
unicode-inl.h 83 } else if (c <= kMaxTwoByteChar) {
127 } else if (c <= kMaxTwoByteChar) {
unicode.h 148 static const unsigned kMaxTwoByteChar = 0x7ff;

Completed in 544 milliseconds