Home
last modified time | relevance | path

Searched refs:kUtf8FourByteValue (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/
Dd8-posix.cc41 static const int kUtf8FourByteValue = 0xF0; in LengthWithoutIncompleteUtf8() local
65 } else if ((c & kUtf8FourByteMask) == kUtf8FourByteValue) { in LengthWithoutIncompleteUtf8()