Searched refs:_CurrentMonetaryLocale (Results 1 – 3 of 3) sorted by relevance
32 ret.int_curr_symbol = _CurrentMonetaryLocale->int_curr_symbol; in localeconv()33 ret.currency_symbol = _CurrentMonetaryLocale->currency_symbol; in localeconv()34 ret.mon_decimal_point = _CurrentMonetaryLocale->mon_decimal_point; in localeconv()35 ret.mon_thousands_sep = _CurrentMonetaryLocale->mon_thousands_sep; in localeconv()36 ret.mon_grouping = _CurrentMonetaryLocale->mon_grouping; in localeconv()37 ret.positive_sign = _CurrentMonetaryLocale->positive_sign; in localeconv()38 ret.negative_sign = _CurrentMonetaryLocale->negative_sign; in localeconv()39 ret.int_frac_digits = _CurrentMonetaryLocale->int_frac_digits; in localeconv()40 ret.frac_digits = _CurrentMonetaryLocale->frac_digits; in localeconv()41 ret.p_cs_precedes = _CurrentMonetaryLocale->p_cs_precedes; in localeconv()[all …]
38 const _MonetaryLocale *_CurrentMonetaryLocale = &_DefaultMonetaryLocale; variable
98 extern const _MonetaryLocale *_CurrentMonetaryLocale;