Home
last modified time | relevance | path

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

/third_party/node/deps/simdutf/
Dsimdutf.cpp15465 …size_t three_bytes_count = count_ones(vgetq_lane_u64(vreinterpretq_u64_u16(compressed_bytemask1), … in utf8_length_from_utf32() local
19123 size_t three_bytes_count = 32 - ascii_count - two_bytes_count - surrogate_bytes_count; in utf8_length_from_utf16le() local
19163 size_t three_bytes_count = 32 - ascii_count - two_bytes_count - surrogate_bytes_count; in utf8_length_from_utf16be() local
19213 size_t three_bytes_count = count_ones(three_bytes_bitmask); in utf8_length_from_utf32() local
23103 size_t three_bytes_count = count_ones(three_bytes_bitmask) / 4; in utf8_length_from_utf32() local
28562 size_t three_bytes_count = count_ones(three_bytes_bitmask) / 4; in utf8_length_from_utf32() local