Home
last modified time | relevance | path

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

/dports/math/libqalculate/libqalculate-3.17.0/libqalculate/
H A Dincludes.h380 DIGIT_GROUPING_NONE, enumerator
H A DCalculator.cc48 …alse), interval_display(INTERVAL_DISPLAY_INTERVAL), digit_grouping(DIGIT_GROUPING_NONE), date_time… in PrintOptions()
H A DNumber.cc70 …if(po.digit_grouping != DIGIT_GROUPING_NONE && (po.digit_grouping != DIGIT_GROUPING_LOCALE || !CAL…
/dports/math/qalculate/qalculate-gtk-3.17.0/src/
H A Dsearchprovider.cc583 if(v >= DIGIT_GROUPING_NONE && v <= DIGIT_GROUPING_LOCALE) { in load_preferences_search()
H A Dcallbacks.cc7482 … if(base == BASE_BINARY || (base == BASE_DECIMAL && po.digit_grouping != DIGIT_GROUPING_NONE)) { in draw_structure()
11873 if(equalsIgnoreCase(svalue, "off")) v = DIGIT_GROUPING_NONE; in set_option()
11874 else if(equalsIgnoreCase(svalue, "none")) v = DIGIT_GROUPING_NONE; in set_option()
11880 if(v < DIGIT_GROUPING_NONE || v > DIGIT_GROUPING_LOCALE) { in set_option()
11884 …if(v == DIGIT_GROUPING_NONE) gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(gtk_builder_get_object… in set_option()
19453 if(v >= DIGIT_GROUPING_NONE && v <= DIGIT_GROUPING_LOCALE) { in load_preferences()
21695 printops.digit_grouping = DIGIT_GROUPING_NONE; in on_preferences_radiobutton_digit_grouping_none_toggled()
/dports/math/libqalculate/libqalculate-3.17.0/src/
H A Dqalc.cc465 …} else if(expr && printops.use_unicode_signs && printops.digit_grouping != DIGIT_GROUPING_NONE && … in addLineBreaks()
490 …if(!expr || printops.digit_grouping == DIGIT_GROUPING_NONE || i + 1 == str.length() || is_not_in("… in addLineBreaks()
502 if(expr && printops.digit_grouping != DIGIT_GROUPING_NONE) { in addLineBreaks()
852 if(EQUALS_IGNORECASE_AND_LOCAL(svalue, "off", _("off"))) v = DIGIT_GROUPING_NONE; in set_option()
853 else if(EQUALS_IGNORECASE_AND_LOCAL(svalue, "none", _("none"))) v = DIGIT_GROUPING_NONE; in set_option()
859 if(v < DIGIT_GROUPING_NONE || v > DIGIT_GROUPING_LOCALE) { in set_option()
3453 case DIGIT_GROUPING_NONE: {str += _("off"); break;} in main()
6058 printops.digit_grouping = DIGIT_GROUPING_NONE; in load_preferences()
6426 if(v >= DIGIT_GROUPING_NONE && v <= DIGIT_GROUPING_LOCALE) { in load_preferences()