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

  /external/v8/src/
unicode-inl.h 87 } else if (c <= kMaxThreeByteChar) {
129 } else if (c <= kMaxThreeByteChar) {
unicode.h 149 static const unsigned kMaxThreeByteChar = 0xffff;

Completed in 401 milliseconds