Lines Matching refs:is_utf16
12681 bool is_utf16 = true;
12752 is_utf16 = false;
12784 is_utf16 = false;
12790 is_utf16 = false;
12864 if (is_utf16 && scalar::utf16::validate<endianness::LITTLE>(reinterpret_cast<const char16_t*>(buf), (len - (buf - start))/2)) {
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 && scalar::utf16::validate<endianness::LITTLE>(
22045 bool is_utf16 = true;
22147 is_utf16 = false;
22210 if (is_utf16 && scalar::utf16::validate<endianness::LITTLE>(reinterpret_cast<const char16_t*>(buf), (len - (buf - start))/2)) {
28502 bool is_utf16 = true;
28576 is_utf16 = false;
28612 is_utf16 = false;
28618 is_utf16 = false;
28687 if (is_utf16 && scalar::utf16::validate<endianness::LITTLE>(reinterpret_cast<const char16_t*>(buf), (len - (buf - start))/2)) {