Searched refs:LC_ALL (Results 1 - 10 of 10) sorted by relevance
/device/linaro/bootloader/edk2/StdLib/Include/ |
H A D | locale.h | 139 #define LC_ALL 0 ///< The application's entire locale.
macro
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/ |
H A D | OnigurumaUefiPort.h | 52 #define LC_ALL 0
macro
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
H A D | locale.py | 31 "LC_NUMERIC", "LC_ALL", "CHAR_MAX"]
42 LC_ALL = 6
variable 317 setlocale(LC_ALL, "")
446 def getdefaultlocale(envvars=('LC_ALL', 'LC_CTYPE', 'LANG', 'LANGUAGE')):
452 setlocale(LC_ALL, "") runs using the portable 'C' locale.
453 Calling setlocale(LC_ALL, "") lets it use the default locale as
504 category may be one of the LC_* value except LC_ALL. It
513 if category == LC_ALL and ';' in localename:
514 raise TypeError, 'category LC_ALL is not supported'
533 def resetlocale(category=LC_ALL) [all...] |
/device/common/ |
H A D | generate-blob-lists.sh | 51 export LC_ALL=C
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/ |
H A D | locale.py | 39 "LC_NUMERIC", "LC_ALL", "CHAR_MAX"]
50 LC_ALL = 6
variable 323 setlocale(LC_ALL, "")
493 def getdefaultlocale(envvars=('LC_ALL', 'LC_CTYPE', 'LANG', 'LANGUAGE')):
499 setlocale(LC_ALL, "") runs using the portable 'C' locale.
500 Calling setlocale(LC_ALL, "") lets it use the default locale as
551 category may be one of the LC_* value except LC_ALL. It
560 if category == LC_ALL and ';' in localename:
561 raise TypeError, 'category LC_ALL is not supported'
581 def resetlocale(category=LC_ALL) [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/ |
H A D | loslib.c | 276 static const int cat[] = {LC_ALL, LC_COLLATE, LC_CTYPE, LC_MONETARY,
|
/device/linaro/bootloader/edk2/StdLib/LibC/Locale/ |
H A D | setlocale.c | 96 "LC_ALL",
159 if (category == LC_ALL) {
406 //_DIAGASSERT(category != LC_ALL);
408 ///* 1. check LC_ALL. */
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/ |
H A D | _localemodule.c | 186 if (category == LC_CTYPE || category == LC_ALL)
730 x = PyInt_FromLong(LC_ALL);
731 PyDict_SetItemString(d, "LC_ALL", x);
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
H A D | _localemodule.c | 186 if (category == LC_CTYPE || category == LC_ALL)
730 x = PyInt_FromLong(LC_ALL);
731 PyDict_SetItemString(d, "LC_ALL", x);
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
H A D | test_locale.py | 389 locale.setlocale(locale.LC_ALL)
|
Completed in 827 milliseconds