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

/external/chromium_org/v8/src/
H A Dd8-posix.cc59 static const int kUtf8TwoByteMask = 0xe0; local
80 if ((c & kUtf8TwoByteMask) == kUtf8TwoByteValue) {
/external/v8/src/
H A Dd8-posix.cc59 static const int kUtf8TwoByteMask = 0xe0; local
80 if ((c & kUtf8TwoByteMask) == kUtf8TwoByteValue) {

Completed in 3549 milliseconds