Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython2/Lib/encodings/
Dunicode_internal.py17 encode = codecs.unicode_internal_encode
22 return codecs.unicode_internal_encode(input, self.errors)[0]
/aosp_15_r20/external/python/cpython2/Modules/
D_codecsmodule.c634 unicode_internal_encode(PyObject *self, in unicode_internal_encode() function
1087 {"unicode_internal_encode", unicode_internal_encode, METH_VARARGS},
/aosp_15_r20/external/python/cpython2/Misc/
DHISTORY8744 - Added a true unicode_internal_encode() function and fixed the
/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/
DHISTORY26123 - Added a true unicode_internal_encode() function and fixed the