Home
last modified time | relevance | path

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

/third_party/python/Modules/
H A Darraymodule.c112 UTF32_LE = 20, enumerator
1815 {8, 0, 0}, /* 20: UTF32_LE */
1844 return UTF32_LE + is_big_endian; in typecode_to_mformat_code()
2092 case UTF32_LE: in array__array_reconstructor_impl()
2094 int byteorder = (mformat_code == UTF32_LE) ? -1 : 1; in array__array_reconstructor_impl()
/third_party/python/Lib/test/
H A Dtest_array.py93 UTF32_LE = 20 variable
184 (UTF32_LE, "UTF-32-LE"),
/third_party/node/deps/simdutf/
H A Dsimdutf.h487 UTF32_LE = 8, // BOM 0xff 0xfe 0x00 0x00 enumerator
861 * simdutf::encoding_type::UTF32_LE.
H A Dsimdutf.cpp4483 if(validate_utf32(reinterpret_cast<const char32_t*>(input), length/4)) { return encoding_type::UTF32_LE; }
5649 case UTF32_LE: return "UTF32 little-endian"; in to_string()
5662 return encoding_type::UTF32_LE; in check_bom()
5684 case UTF32_LE: return 4; in bom_byte_size()
12872 out |= simdutf::encoding_type::UTF32_LE; in arm_detect_encodings()
17456 if(validate_utf32(reinterpret_cast<const char32_t*>(input), length/4)) { out |= encoding_type::UTF32_LE; }
20730 return simdutf::encoding_type::UTF32_LE;
20777 out |= simdutf::encoding_type::UTF32_LE;
22218 out |= simdutf::encoding_type::UTF32_LE;
[all...]

Completed in 42 milliseconds