Home
last modified time | relevance | path

Searched refs:utf_16_ex_decode (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/python/cpython2/Lib/encodings/
Dutf_16.py61 codecs.utf_16_ex_decode(input, errors, 0, final)
106 codecs.utf_16_ex_decode(input, errors, 0, False)
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/encodings/
Dutf_16.py61 codecs.utf_16_ex_decode(input, errors, 0, final)
135 codecs.utf_16_ex_decode(input, errors, 0, False)
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/encodings/
H A Dutf_16.py61 codecs.utf_16_ex_decode(input, errors, 0, final)
135 codecs.utf_16_ex_decode(input, errors, 0, False)
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/encodings/
Dutf_16.py61 codecs.utf_16_ex_decode(input, errors, 0, final)
135 codecs.utf_16_ex_decode(input, errors, 0, False)
/aosp_15_r20/external/python/cpython3/Lib/encodings/
Dutf_16.py61 codecs.utf_16_ex_decode(input, errors, 0, final)
135 codecs.utf_16_ex_decode(input, errors, 0, False)
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/encodings/
Dutf_16.py61 codecs.utf_16_ex_decode(input, errors, 0, final)
135 codecs.utf_16_ex_decode(input, errors, 0, False)
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/encodings/
Dutf_16.py61 codecs.utf_16_ex_decode(input, errors, 0, final)
135 codecs.utf_16_ex_decode(input, errors, 0, False)
/aosp_15_r20/external/python/cpython2/Modules/
D_codecsmodule.c358 utf_16_ex_decode(PyObject *self, in utf_16_ex_decode() function
1077 {"utf_16_ex_decode", utf_16_ex_decode, METH_VARARGS},
/aosp_15_r20/external/python/cpython2/Lib/test/
Dtest_codecs.py778 self.assertRaises(UnicodeDecodeError, codecs.utf_16_ex_decode, "\xff", "strict", 0, True)
781 self.assertRaises(TypeError, codecs.utf_16_ex_decode)
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_codecs.py1058 self.assertRaises(UnicodeDecodeError, codecs.utf_16_ex_decode, b"\xff", "strict", 0, True)
1061 self.assertRaises(TypeError, codecs.utf_16_ex_decode)
2340 codecs.utf_16_ex_decode,
/aosp_15_r20/prebuilts/devtools/tools/lib/
HDjython-standalone-2.5.3.jarMETA-INF/MANIFEST.MF META-INF/LICENSE META-INF/NOTICE META- ...