Home
last modified time | relevance | path

Searched refs:kUtf8TwoByteMask (Results 1 - 1 of 1) sorted by relevance

/third_party/node/deps/v8/src/d8/
H A Dd8-posix.cc36 static const int kUtf8TwoByteMask = 0xE0; in LengthWithoutIncompleteUtf8() local
57 if ((c & kUtf8TwoByteMask) == kUtf8TwoByteValue) { in LengthWithoutIncompleteUtf8()

Completed in 2 milliseconds