Home
last modified time | relevance | path

Searched refs:LC_TIME (Results 1 – 13 of 13) sorted by relevance

/device/linaro/bootloader/edk2/StdLib/Include/
Dlocale.h144 #define LC_TIME 5 ///< Affects the behavior of the strftime and wcsftime functions. macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_strptime.py16 self.assertEqual(_strptime._getlang(), locale.getlocale(locale.LC_TIME))
520 locale_info = locale.getlocale(locale.LC_TIME)
522 locale.setlocale(locale.LC_TIME, ('en_US', 'UTF8'))
531 locale.setlocale(locale.LC_TIME, ('de_DE', 'UTF8'))
545 locale.setlocale(locale.LC_TIME, locale_info)
Dtest_strftime.py64 locale.setlocale(locale.LC_TIME, 'C')
Dtest_locale.py390 locale.setlocale(locale.LC_TIME)
/device/linaro/bootloader/edk2/StdLib/LibC/Locale/
Dsetlocale.c277 case LC_TIME: in revert_to_default()
354 case LC_TIME: in load_locale_sub()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Dcalendar.py493 self.oldlocale = _locale.getlocale(_locale.LC_TIME)
494 _locale.setlocale(_locale.LC_TIME, self.locale)
495 return _locale.getlocale(_locale.LC_TIME)[1]
498 _locale.setlocale(_locale.LC_TIME, self.oldlocale)
Dlocale.py56 LC_TIME = 2 variable
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dcalendar.py489 self.oldlocale = _locale.getlocale(_locale.LC_TIME)
490 _locale.setlocale(_locale.LC_TIME, self.locale)
493 _locale.setlocale(_locale.LC_TIME, self.oldlocale)
Dlocale.py48 LC_TIME = 2 variable
D_strptime.py29 return locale.getlocale(locale.LC_TIME)
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dloslib.c277 LC_NUMERIC, LC_TIME}; in os_setlocale()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
D_localemodule.c708 x = PyInt_FromLong(LC_TIME); in init_locale()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
D_localemodule.c708 x = PyInt_FromLong(LC_TIME); in init_locale()