HomeSort by relevance Sort by last modified time
    Searched refs:_build_localename (Results 1 - 2 of 2) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
locale.py 445 def _build_localename(localetuple): function
546 locale = normalize(_build_localename(locale))
557 _setlocale(category, _build_localename(getdefaultlocale()))
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
locale.py 445 def _build_localename(localetuple): function
546 locale = normalize(_build_localename(locale))
557 _setlocale(category, _build_localename(getdefaultlocale()))
    [all...]

Completed in 123 milliseconds