Home
last modified time | relevance | path

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

/dports/math/qalculate/qalculate-gtk-3.17.0/src/
H A Dcallbacks.cc3095 …if(!ceu_str.empty() && ceu_str[0] != '0' && ceu_str[0] != '?' && ceu_str[0] != '+' && ceu_str[0] !… in do_auto_calc()
3096 ceu_str = "?" + ceu_str; in do_auto_calc()
3104 …} else if(ceu_str.length() > 1 && ceu_str[1] == '?' && (ceu_str[0] == 'b' || ceu_str[0] == 'a' || in do_auto_calc()
11200 …if(ceu_str[0] != '0' && ceu_str[0] != '?' && ceu_str[0] != '+' && ceu_str[0] != '-' && (ceu_str.le… in run()
11201 ceu_str = "?" + ceu_str; in run()
11376 …} else if(ceu_str.length() > 1 && ceu_str[1] == '?' && (ceu_str[0] == 'b' || ceu_str[0] == 'a' || in executeCommand()
13347 …if(!ceu_str.empty() && ceu_str[0] != '0' && ceu_str[0] != '?' && ceu_str[0] != '+' && ceu_str[0] !… in execute_expression()
13348 ceu_str = "?" + ceu_str; in execute_expression()
13356 …} else if(ceu_str.length() > 1 && ceu_str[1] == '?' && (ceu_str[0] == 'b' || ceu_str[0] == 'a' || in execute_expression()
34085 …if(!ceu_str.empty() && ceu_str[0] != '0' && ceu_str[0] != '?' && ceu_str[0] != '+' && ceu_str[0] !… in convert_from_convert_entry_unit()
[all …]