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.cpp18190 bool ends_with_high = ((highsurrogates & 0x80000000) != 0); in detect_encodings() local
18361 bool ends_with_high = ((highsurrogates & 0x80000000) != 0); in validate_utf16le() local
18410 bool ends_with_high = ((highsurrogates & 0x80000000) != 0); in validate_utf16be() local
18452 bool ends_with_high = ((highsurrogates & 0x80000000) != 0); in validate_utf16le_with_errors() local
18506 bool ends_with_high = ((highsurrogates & 0x80000000) != 0); in validate_utf16be_with_errors() local