Searched refs:LC_ALL (Results 1 – 12 of 12) sorted by relevance
42 LC_ALL = 6 variable317 setlocale(LC_ALL, "")513 if category == LC_ALL and ';' in localename:533 def resetlocale(category=LC_ALL):1835 setlocale(LC_ALL, "")
50 LC_ALL = 6 variable323 setlocale(LC_ALL, "")560 if category == LC_ALL and ';' in localename:581 def resetlocale(category=LC_ALL):2030 setlocale(LC_ALL, "")
139 #define LC_ALL 0 ///< The application's entire locale. macro
62 #define LC_ALL 0 macro
4 ENV LC_ALL C.UTF-850 ENV LC_ALL C.UTF-8
21 export LC_ALL=C
51 export LC_ALL=C
159 if (category == LC_ALL) { in __setlocale()
186 if (category == LC_CTYPE || category == LC_ALL) in PyLocale_setlocale()730 x = PyInt_FromLong(LC_ALL); in init_locale()
276 static const int cat[] = {LC_ALL, LC_COLLATE, LC_CTYPE, LC_MONETARY, in os_setlocale()
389 locale.setlocale(locale.LC_ALL)