Home
last modified time | relevance | path

Searched refs:coerce_c_locale_warn (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/python/cpython3/Python/
Dpreconfig.c294 config->coerce_c_locale_warn = 0; in _PyPreConfig_InitCompatConfig()
317 config->coerce_c_locale_warn = -1; in PyPreConfig_InitPythonConfig()
384 COPY_ATTR(coerce_c_locale_warn); in preconfig_copy()
424 SET_ITEM_INT(coerce_c_locale_warn); in _PyPreConfig_AsDict()
665 config->coerce_c_locale_warn = 0; in preconfig_init_coerce_c_locale()
677 if (config->coerce_c_locale_warn < 0) { in preconfig_init_coerce_c_locale()
678 config->coerce_c_locale_warn = 1; in preconfig_init_coerce_c_locale()
701 if (config->coerce_c_locale_warn < 0) { in preconfig_init_coerce_c_locale()
702 config->coerce_c_locale_warn = 0; in preconfig_init_coerce_c_locale()
765 assert(config->coerce_c_locale_warn >= 0); in preconfig_read()
[all …]
Dpylifecycle.c294 if (preconfig->coerce_c_locale_warn && _Py_LegacyLocaleDetected(1)) { in emit_stderr_warning_for_legacy_locale()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/cpython/
Dinitconfig.h89 int coerce_c_locale_warn; member
/aosp_15_r20/external/python/cpython3/Include/cpython/
Dinitconfig.h89 int coerce_c_locale_warn; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/cpython/
Dinitconfig.h89 int coerce_c_locale_warn; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/cpython/
Dinitconfig.h89 int coerce_c_locale_warn; member
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/cpython/
Dinitconfig.h89 int coerce_c_locale_warn; member
/aosp_15_r20/external/python/cpython3/Programs/
D_testembed.c1115 preconfig.coerce_c_locale_warn = 1; in test_init_dont_configure_locale()
/aosp_15_r20/external/python/cpython3/Doc/c-api/
Dinit_config.rst260 :c:member:`~PyPreConfig.coerce_c_locale_warn` members to ``0``.
277 .. c:member:: int coerce_c_locale_warn
/aosp_15_r20/external/python/cpython3/Doc/data/
Dpython3.11.abi2843 …<var-decl name='coerce_c_locale_warn' type-id='type-id-8' visibility='default' filepath='./Include…