Searched refs:_replace_encoding (Results 1 – 3 of 3) sorted by relevance
/external/python/cpython3/Lib/ |
D | locale.py | 350 def _replace_encoding(code, encoding): function 381 return _replace_encoding(code, 'ISO8859-15') 449 return _replace_encoding(code, encoding) 451 return _replace_encoding(code, encoding) + '@' + modifier 459 code = _replace_encoding(code, encoding) 463 return _replace_encoding(code, encoding) + '@' + defmod
|
/external/python/cpython2/Lib/ |
D | locale.py | 349 def _replace_encoding(code, encoding): function 432 return _replace_encoding(code, encoding) 434 return _replace_encoding(code, encoding) + '@' + modifier 442 return _replace_encoding(code, encoding) + '@' + modifier 445 return _replace_encoding(code, encoding) + '@' + defmod
|
/external/python/cpython3/Tools/i18n/ |
D | makelocalealias.py | 80 alias = _locale._replace_encoding(alias, alias_encoding)
|