Home
last modified time | relevance | path

Searched refs:utf_32_ex_decode (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/python/cpython2/Lib/encodings/
Dutf_32.py56 codecs.utf_32_ex_decode(input, errors, 0, final)
130 codecs.utf_32_ex_decode(input, errors, 0, False)
/aosp_15_r20/external/python/cpython3/Lib/encodings/
Dutf_32.py56 codecs.utf_32_ex_decode(input, errors, 0, final)
130 codecs.utf_32_ex_decode(input, errors, 0, False)
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/encodings/
Dutf_32.py56 codecs.utf_32_ex_decode(input, errors, 0, final)
130 codecs.utf_32_ex_decode(input, errors, 0, False)
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/encodings/
Dutf_32.py56 codecs.utf_32_ex_decode(input, errors, 0, final)
130 codecs.utf_32_ex_decode(input, errors, 0, False)
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/encodings/
Dutf_32.py56 codecs.utf_32_ex_decode(input, errors, 0, final)
130 codecs.utf_32_ex_decode(input, errors, 0, False)
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/encodings/
H A Dutf_32.py56 codecs.utf_32_ex_decode(input, errors, 0, final)
130 codecs.utf_32_ex_decode(input, errors, 0, False)
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/encodings/
Dutf_32.py56 codecs.utf_32_ex_decode(input, errors, 0, final)
130 codecs.utf_32_ex_decode(input, errors, 0, False)
/aosp_15_r20/external/python/cpython2/Modules/
D_codecsmodule.c460 utf_32_ex_decode(PyObject *self, in utf_32_ex_decode() function
1084 {"utf_32_ex_decode", utf_32_ex_decode, METH_VARARGS},
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_codecs.py2344 codecs.utf_32_ex_decode,