Home
last modified time | relevance | path

Searched refs:convert_masked_utf8_to_utf16 (Results 1 - 1 of 1) sorted by relevance

/third_party/node/deps/simdutf/
H A Dsimdutf.cpp13206 size_t convert_masked_utf8_to_utf16(const char *input, in convert_masked_utf8_to_utf16() function
15577 // Thus we may allow convert_masked_utf8_to_utf16 to process
15580 size_t consumed = convert_masked_utf8_to_utf16<endian>(input + pos,
15732 // 8 bytes when calling convert_masked_utf8_to_utf16. If you skip the last 16 bytes,
15782 size_t consumed = convert_masked_utf8_to_utf16<endian>(in + pos,
15807 // 8 bytes when calling convert_masked_utf8_to_utf16. If you skip the last 16 bytes,
15864 size_t consumed = convert_masked_utf8_to_utf16<endian>(in + pos,
22639 size_t convert_masked_utf8_to_utf16(const char *input,
24988 // Thus we may allow convert_masked_utf8_to_utf16 to process
24991 size_t consumed = convert_masked_utf8_to_utf16<endia
[all...]

Completed in 34 milliseconds