Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dfileutils.c73 extern int _Py_normalize_encoding(const char *, char *, size_t);
142 if (!_Py_normalize_encoding(codeset, encoding, sizeof(encoding))) in check_force_ascii()
/external/python/cpython3/Objects/
Dunicodeobject.c3130 _Py_normalize_encoding(const char *encoding, in _Py_normalize_encoding() function
3190 if (_Py_normalize_encoding(encoding, buflower, sizeof(buflower))) { in PyUnicode_Decode()
3489 if (_Py_normalize_encoding(encoding, buflower, sizeof(buflower))) { in PyUnicode_AsEncodedString()