Home
last modified time | relevance | path

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

/third_party/node/deps/simdutf/
H A Dsimdutf.cpp12681 bool is_utf16 = true; in arm_detect_encodings() local
12752 is_utf16 = false; in arm_detect_encodings()
12784 is_utf16 = false; in arm_detect_encodings()
12790 is_utf16 = false; in arm_detect_encodings()
12864 if (is_utf16 && scalar::utf16::validate<endianness::LITTLE>(reinterpret_cast<const char16_t*>(buf), (len - (buf - start))/2)) { in arm_detect_encodings()
20671 bool is_utf16 = true;
20713 is_utf16 = validate_utf16le(reinterpret_cast<const char16_t *>(buf),
20715 if (!is_utf16) {
20723 is_utf16 = false;
20762 if (is_utf16
[all...]

Completed in 30 milliseconds