Searched refs:UTF16_LE (Results 1 - 4 of 4) sorted by relevance
/third_party/python/Modules/ |
H A D | arraymodule.c | 110 UTF16_LE = 18, enumerator 1813 {4, 0, 0}, /* 18: UTF16_LE */ 1841 return UTF16_LE + is_big_endian; in typecode_to_mformat_code() 2082 case UTF16_LE: in array__array_reconstructor_impl() 2084 int byteorder = (mformat_code == UTF16_LE) ? -1 : 1; in array__array_reconstructor_impl()
|
/third_party/python/Lib/test/ |
H A D | test_array.py | 91 UTF16_LE = 18 variable 182 (UTF16_LE, "UTF-16-LE"),
|
/third_party/node/deps/simdutf/ |
H A D | simdutf.h | 485 UTF16_LE = 2, // BOM 0xff 0xfe enumerator 860 * simdutf::encoding_type::UTF16_LE, simdutf::encoding_type::UTF16_BE, or 875 * the value (simdutf::encoding_type::UTF8 | simdutf::encoding_type::UTF16_LE).
|
H A D | simdutf.cpp | 4480 if(validate_utf16le(reinterpret_cast<const char16_t*>(input), length/2)) { return encoding_type::UTF16_LE; } 5647 case UTF16_LE: return "UTF16 little-endian"; in to_string() 5664 return encoding_type::UTF16_LE; in check_bom() 5682 case UTF16_LE: return 2; in bom_byte_size() 12865 out |= simdutf::encoding_type::UTF16_LE; in arm_detect_encodings() 17453 if(validate_utf16le(reinterpret_cast<const char16_t*>(input), length/2)) { out |= encoding_type::UTF16_LE; } 20719 return simdutf::encoding_type::UTF16_LE; 20765 out |= simdutf::encoding_type::UTF16_LE; 22211 out |= simdutf::encoding_type::UTF16_LE; [all...] |
Completed in 49 milliseconds