Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/libcxx/include/__support/win32/
H A Dlocale_win32.h53 __lconv_storage(const lconv *__lc_input) { in __lconv_storage() argument
54 __lc_ = *__lc_input; in __lconv_storage()
56 __decimal_point_ = __lc_input->decimal_point; in __lconv_storage()
57 __thousands_sep_ = __lc_input->thousands_sep; in __lconv_storage()
58 __grouping_ = __lc_input->grouping; in __lconv_storage()
59 __int_curr_symbol_ = __lc_input->int_curr_symbol; in __lconv_storage()
60 __currency_symbol_ = __lc_input->currency_symbol; in __lconv_storage()
61 __mon_decimal_point_ = __lc_input->mon_decimal_point; in __lconv_storage()
62 __mon_thousands_sep_ = __lc_input->mon_thousands_sep; in __lconv_storage()
63 __mon_grouping_ = __lc_input->mon_grouping; in __lconv_storage()
[all …]