Searched refs:symbol_decimal_point (Results 1 – 3 of 3) sorted by relevance
326 conv_mbtowc(&symbol_decimal_point, lc->decimal_point, in set_locale()327 symbol_decimal_point); in set_locale()1085 if (symbol_decimal_point == sort_opts_vals.field_sep) in main()1086 symbol_decimal_point = WEOF; in main()1229 printf("Decimal Point: <%lc>\n", symbol_decimal_point); in main()
151 extern wint_t symbol_decimal_point;
49 wint_t symbol_decimal_point = L'.'; variable751 if (bws_get_iter_value(s) == (wchar_t)symbol_decimal_point) { in read_number()