Lines Matching full:_locale
29 # Try importing the _locale module.43 from _locale import *88 raise Error, '_locale emulation only supports "C" locale'486 # check if it's supported by the _locale module487 import _locale488 code, encoding = _locale._getdefaultlocale()563 import _locale564 return _locale._getdefaultlocale()[1]