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

  /external/python/cpython3/Lib/
_bootlocale.py 12 if sys.flags.utf8_mode:
26 if sys.flags.utf8_mode:
35 if sys.flags.utf8_mode:
locale.py 620 if sys.flags.utf8_mode:
639 if sys.flags.utf8_mode:
650 if sys.flags.utf8_mode:
    [all...]
  /external/python/cpython3/Modules/
main.c     [all...]
  /external/python/cpython3/Include/
pystate.h 46 int utf8_mode; /* PYTHONUTF8, -X utf8; -1 means unknown */ member in struct:__anon37120
87 .utf8_mode = -1, \
  /external/python/cpython3/Programs/
_testembed.c 465 config.utf8_mode = 1;
552 /* Set coerce_c_locale and utf8_mode to not depend on the locale */
554 config.utf8_mode = 0;
  /external/python/cpython3/Python/
pylifecycle.c     [all...]
  /external/python/cpython3/Lib/test/
test_sys.py 530 "dev_mode", "utf8_mode")
538 self.assertIn(sys.flags.utf8_mode, {0, 1, 2})
    [all...]
test_builtin.py     [all...]
test_io.py     [all...]

Completed in 400 milliseconds