Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Programs/
D_testembed.c1108 static int test_init_dont_configure_locale(void) in test_init_dont_configure_locale() function
2085 {"test_init_dont_configure_locale", test_init_dont_configure_locale},
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_embed.py1061 def test_init_dont_configure_locale(self): member in InitConfigTests