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

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Locale/
H A Dlocaleconv.c39 __UNCONST(_CurrentMonetaryLocale->int_curr_symbol);
41 __UNCONST(_CurrentMonetaryLocale->currency_symbol);
43 __UNCONST(_CurrentMonetaryLocale->mon_decimal_point);
45 __UNCONST(_CurrentMonetaryLocale->mon_thousands_sep);
47 __UNCONST(_CurrentMonetaryLocale->mon_grouping);
49 __UNCONST(_CurrentMonetaryLocale->positive_sign);
51 __UNCONST(_CurrentMonetaryLocale->negative_sign);
52 ret.int_frac_digits = _CurrentMonetaryLocale->int_frac_digits;
53 ret.frac_digits = _CurrentMonetaryLocale->frac_digits;
54 ret.p_cs_precedes = _CurrentMonetaryLocale
[all...]
H A D_def_monetary.c42 const _MonetaryLocale *_CurrentMonetaryLocale = &_DefaultMonetaryLocale; variable
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/sys/
H A Dlocaledef.h71 extern const _MonetaryLocale *_CurrentMonetaryLocale;

Completed in 167 milliseconds