Home
last modified time | relevance | path

Searched defs:non_one_byte_mask (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/strings/
Dunicode-decoder.h32 const uintptr_t non_one_byte_mask = kUintptrAllBitsSet / 0xFF * 0x80; in NonAsciiStart() local
/third_party/node/deps/v8/src/objects/
Dstring.h547 const uintptr_t non_one_byte_mask = kUintptrAllBitsSet / 0xFFFF * 0xFF00; in NonOneByteStart() local
549 const uintptr_t non_one_byte_mask = kUintptrAllBitsSet / 0xFFFF * 0x00FF; in NonOneByteStart() local