Home
last modified time | relevance | path

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

/external/v8/src/
Dd8-posix.cc35 static const int kUtf8TwoByteValue = 0xC0; in LengthWithoutIncompleteUtf8() local
55 if ((c & kUtf8TwoByteMask) == kUtf8TwoByteValue) { in LengthWithoutIncompleteUtf8()