Home
last modified time | relevance | path

Searched refs:UTF16_LE (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Modules/
Darraymodule.c93 UTF16_LE = 18, enumerator
1832 return UTF16_LE + is_big_endian; in typecode_to_mformat_code()
2074 case UTF16_LE: in array__array_reconstructor_impl()
2076 int byteorder = (mformat_code == UTF16_LE) ? -1 : 1; in array__array_reconstructor_impl()
/external/python/cpython3/Lib/test/
Dtest_array.py71 UTF16_LE = 18 variable
162 (UTF16_LE, "UTF-16-LE"),