Home
last modified time | relevance | path

Searched refs:_CurrentMonetaryLocale (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/StdLib/LibC/Locale/
Dlocaleconv.c39 __UNCONST(_CurrentMonetaryLocale->int_curr_symbol); in localeconv()
41 __UNCONST(_CurrentMonetaryLocale->currency_symbol); in localeconv()
43 __UNCONST(_CurrentMonetaryLocale->mon_decimal_point); in localeconv()
45 __UNCONST(_CurrentMonetaryLocale->mon_thousands_sep); in localeconv()
47 __UNCONST(_CurrentMonetaryLocale->mon_grouping); in localeconv()
49 __UNCONST(_CurrentMonetaryLocale->positive_sign); in localeconv()
51 __UNCONST(_CurrentMonetaryLocale->negative_sign); in localeconv()
52 ret.int_frac_digits = _CurrentMonetaryLocale->int_frac_digits; in localeconv()
53 ret.frac_digits = _CurrentMonetaryLocale->frac_digits; in localeconv()
54 ret.p_cs_precedes = _CurrentMonetaryLocale->p_cs_precedes; in localeconv()
[all …]
D_def_monetary.c42 const _MonetaryLocale *_CurrentMonetaryLocale = &_DefaultMonetaryLocale; variable
/device/linaro/bootloader/edk2/StdLib/Include/sys/
Dlocaledef.h71 extern const _MonetaryLocale *_CurrentMonetaryLocale;