Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
Darraymodule.c95 UTF32_LE = 20, enumerator
1835 return UTF32_LE + is_big_endian; in typecode_to_mformat_code()
2084 case UTF32_LE: in array__array_reconstructor_impl()
2086 int byteorder = (mformat_code == UTF32_LE) ? -1 : 1; in array__array_reconstructor_impl()
/external/python/cpython3/Lib/test/
Dtest_array.py74 UTF32_LE = 20 variable
165 (UTF32_LE, "UTF-32-LE"),