Home
last modified time | relevance | path

Searched refs:LC_ALL (Results 1 – 12 of 12) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dlocale.py42 LC_ALL = 6 variable
317 setlocale(LC_ALL, "")
513 if category == LC_ALL and ';' in localename:
533 def resetlocale(category=LC_ALL):
1835 setlocale(LC_ALL, "")
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Dlocale.py50 LC_ALL = 6 variable
323 setlocale(LC_ALL, "")
560 if category == LC_ALL and ';' in localename:
581 def resetlocale(category=LC_ALL):
2030 setlocale(LC_ALL, "")
/device/linaro/bootloader/edk2/StdLib/Include/
Dlocale.h139 #define LC_ALL 0 ///< The application's entire locale. macro
/device/google/cuttlefish_vmm/
DDockerfile4 ENV LC_ALL C.UTF-8
50 ENV LC_ALL C.UTF-8
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
DOnigurumaUefiPort.h62 #define LC_ALL 0 macro
/device/generic/opengl-transport/host/commands/emugen/tests/
Drun-tests.sh21 export LC_ALL=C
/device/common/
Dgenerate-blob-lists.sh51 export LC_ALL=C
/device/linaro/bootloader/edk2/StdLib/LibC/Locale/
Dsetlocale.c159 if (category == LC_ALL) { in __setlocale()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
D_localemodule.c186 if (category == LC_CTYPE || category == LC_ALL) in PyLocale_setlocale()
730 x = PyInt_FromLong(LC_ALL); in init_locale()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
D_localemodule.c186 if (category == LC_CTYPE || category == LC_ALL) in PyLocale_setlocale()
730 x = PyInt_FromLong(LC_ALL); in init_locale()
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dloslib.c276 static const int cat[] = {LC_ALL, LC_COLLATE, LC_CTYPE, LC_MONETARY, in os_setlocale()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_locale.py389 locale.setlocale(locale.LC_ALL)