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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/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)))
  /external/python/cpython2/Lib/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)))
  /external/python/cpython3/Lib/test/
test_locale.py 17 tlocs = ("en_US.UTF-8", "en_US.ISO8859-1", "en_US")
24 tlocs = ("En", "English")
26 tlocs = ("en_US.UTF-8", "en_US.ISO8859-1",
30 for tloc in tlocs:
38 "(tried %s)" % (', '.join(tlocs)))

Completed in 181 milliseconds