Home
last modified time | relevance | path

Searched refs:unicode_internal_decode (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/python/cpython2/Lib/encodings/
Dunicode_internal.py18 decode = codecs.unicode_internal_decode
26 return codecs.unicode_internal_decode(input, self.errors)[0]
/aosp_15_r20/external/python/cpython2/Modules/
D_codecsmodule.c207 unicode_internal_decode(PyObject *self, in unicode_internal_decode() function
1088 {"unicode_internal_decode", unicode_internal_decode, METH_VARARGS},
/aosp_15_r20/external/python/cpython2/Misc/
DHISTORY8745 unicode_internal_decode function() to support Unicode objects directly
/aosp_15_r20/prebuilts/devtools/tools/lib/
HDjython-standalone-2.5.3.jarMETA-INF/MANIFEST.MF META-INF/LICENSE META-INF/NOTICE META- ...
/aosp_15_r20/external/python/cpython3/Misc/
DHISTORY26124 unicode_internal_decode function() to support Unicode objects directly