Home
last modified time | relevance | path

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

/external/python/cpython3/Tools/i18n/
Dpygettext.py439 elif options.locationstyle == options.SOLARIS:
444 elif options.locationstyle == options.GNU:
492 locationstyle = GNU variable in main.Options
525 options.locationstyle = locations.get(arg.lower())
526 if options.locationstyle is None:
/external/python/cpython2/Tools/i18n/
Dpygettext.py472 elif options.locationstyle == options.SOLARIS:
477 elif options.locationstyle == options.GNU:
525 locationstyle = GNU variable in main.Options
558 options.locationstyle = locations.get(arg.lower())
559 if options.locationstyle is None: