Home
last modified time | relevance | path

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

/third_party/python/Lib/test/
H A Dtest_array.py92 UTF16_BE = 19 variable
183 (UTF16_BE, "UTF-16-BE"),
/third_party/python/Modules/
H A Darraymodule.c111 UTF16_BE = 19, enumerator
1814 {4, 0, 1}, /* 19: UTF16_BE */
2083 case UTF16_BE: { in array__array_reconstructor_impl()
/third_party/node/deps/simdutf/
H A Dsimdutf.h486 UTF16_BE = 4, // BOM 0xfe 0xff enumerator
860 * simdutf::encoding_type::UTF16_LE, simdutf::encoding_type::UTF16_BE, or
H A Dsimdutf.cpp5648 case UTF16_BE: return "UTF16 big-endian"; in to_string()
5667 return encoding_type::UTF16_BE; in check_bom()
5683 case UTF16_BE: return 2; in bom_byte_size()
[all...]

Completed in 44 milliseconds