Home
last modified time | relevance | path

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

/third_party/node/deps/simdutf/
Dsimdutf.cpp20704 bool ends_with_high = ((highsurrogates & 0x80000000) != 0); in detect_encodings() local
20874 bool ends_with_high = ((highsurrogates & 0x80000000) != 0); in validate_utf16le() local
20923 bool ends_with_high = ((highsurrogates & 0x80000000) != 0); in validate_utf16be() local
20965 bool ends_with_high = ((highsurrogates & 0x80000000) != 0); in validate_utf16le_with_errors() local
21019 bool ends_with_high = ((highsurrogates & 0x80000000) != 0); in validate_utf16be_with_errors() local