Searched refs:symbol_decimal_point (Results 1 – 3 of 3) sorted by relevance
333 conv_mbtowc(&symbol_decimal_point, lc->decimal_point, in set_locale()334 symbol_decimal_point); in set_locale()1066 if (symbol_decimal_point == sort_opts_vals.field_sep) in main()1067 symbol_decimal_point = WEOF; in main()1218 printf("Decimal Point: <%lc>\n", symbol_decimal_point); in main()
138 extern wint_t symbol_decimal_point;
50 wint_t symbol_decimal_point = L'.'; variable756 if (bws_get_iter_value(s) == (wchar_t)symbol_decimal_point) { in read_number()