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 90 } else if (c <= kMaxThreeByteChar) {
121 } else if (c <= kMaxThreeByteChar) {
unicode.h 127 static const unsigned kMaxThreeByteChar = 0xffff;
unicode.cc 231 uchar l = ((((first << 6) | second) << 6) | third) & kMaxThreeByteChar;
251 if (l <= kMaxThreeByteChar) {
    [all...]

Completed in 43 milliseconds