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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_locale.py 14 tlocs = ("en_US.UTF-8", "en_US.ISO8859-1", "en_US")
21 tlocs = ("En", "English")
23 tlocs = ("en_US.UTF-8", "en_US.US-ASCII", "en_US")
25 for tloc in tlocs:
33 "Test locale not supported (tried %s)" % (', '.join(tlocs)))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_locale.py 14 tlocs = ("en_US.UTF-8", "en_US.ISO8859-1", "en_US")
21 tlocs = ("En", "English")
23 tlocs = ("en_US.UTF-8", "en_US.US-ASCII", "en_US")
25 for tloc in tlocs:
33 "Test locale not supported (tried %s)" % (', '.join(tlocs)))

Completed in 2701 milliseconds