Home
last modified time | relevance | path

Searched defs:locale (Results 1 – 20 of 20) sorted by relevance

/device/linaro/bootloader/edk2/StdLib/LibC/Locale/
Dsetlocale32.c40 __setlocale_mb_len_max_32(int category, const char *locale) in __setlocale_mb_len_max_32()
Dsetlocale1.c55 setlocale(int category, const char *locale) in setlocale()
Dsetlocale.c131 __setlocale(int category, const char *locale) in __setlocale()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/stringlib/
Dformatter.h441 int has_decimal, const LocaleInfo *locale, in calc_number_widths()
559 LocaleInfo *locale, int toupper) in fill_number()
760 LocaleInfo locale; in format_int_or_long_internal() local
950 LocaleInfo locale; in format_float_internal() local
1110 LocaleInfo locale; in format_complex_internal() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/stringlib/
Dformatter.h441 int has_decimal, const LocaleInfo *locale, in calc_number_widths()
559 LocaleInfo *locale, int toupper) in fill_number()
759 LocaleInfo locale; in format_int_or_long_internal() local
948 LocaleInfo locale; in format_float_internal() local
1113 LocaleInfo locale; in format_complex_internal() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
D_localemodule.c160 char *locale = NULL, *result; in PyLocale_setlocale() local
387 char locale[100]; in PyLocale_getdefaultlocale() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
D_localemodule.c160 char *locale = NULL, *result; in PyLocale_setlocale() local
387 char locale[100]; in PyLocale_getdefaultlocale() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dcalendar.py485 def __init__(self, locale): argument
504 def __init__(self, firstweekday=0, locale=None): argument
538 def __init__(self, firstweekday=0, locale=None): argument
Dlocale.py517 def setlocale(category, locale=None): argument
Dgettext.py130 def _expand_lang(locale): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Dcalendar.py489 def __init__(self, locale): argument
509 def __init__(self, firstweekday=0, locale=None): argument
543 def __init__(self, firstweekday=0, locale=None): argument
Dlocale.py564 def setlocale(category, locale=None): argument
Dgettext.py132 def _expand_lang(locale): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/xml/sax/
Dsaxutils.py285 def setLocale(self, locale): argument
Dxmlreader.py66 def setLocale(self, locale): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/xml/sax/
Dsaxutils.py257 def setLocale(self, locale): argument
Dxmlreader.py66 def setLocale(self, locale): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/cjkcodecs/
Dcjkcodecs.h348 #define IMPORT_MAP(locale, charset, encmap, decmap) \ argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/cjkcodecs/
Dcjkcodecs.h348 #define IMPORT_MAP(locale, charset, encmap, decmap) \ argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_decimal.py865 def get_fmt(x, locale, fmt='n'): argument