Home
last modified time | relevance | path

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

/dports/math/cantor/cantor-21.12.3/src/backends/qalculate/
H A Dqalculateexpression.h40 std::string unlocalizeExpression(QString expr);
H A Dqalculateexpression.cpp132 argString = QLatin1String(unlocalizeExpression(argString).c_str()); in evaluatePlotCommand()
812 std::string QalculateExpression::unlocalizeExpression(QString expr) in unlocalizeExpression() function in QalculateExpression
816 return CALCULATOR->unlocalizeExpression( in unlocalizeExpression()
/dports/science/step/step-21.12.3/step/
H A Dunitscalc.cc91 std::string ulexpression = CALCULATOR->unlocalizeExpression( in parseNumber()
/dports/math/qalculate/qalculate-gtk-3.17.0/src/
H A Dcallbacks.cc3497 str_e = CALCULATOR->unlocalizeExpression(gtext, evalops.parse_options); in display_parse_status()
3505 str_e = CALCULATOR->unlocalizeExpression(text, evalops.parse_options); in display_parse_status()
3533 str_e = CALCULATOR->unlocalizeExpression(text, evalops.parse_options); in display_parse_status()
15508 string str2 = CALCULATOR->unlocalizeExpression(gstr, pa); in edit_function()
15664 string str2 = CALCULATOR->unlocalizeExpression(gstr, pa); in edit_function_simple()
17324 string str = CALCULATOR->unlocalizeExpression(expr, evalops.parse_options); in is_number()
17332 string str = CALCULATOR->unlocalizeExpression(expr, evalops.parse_options); in last_is_number()
24269 string str = CALCULATOR->unlocalizeExpression(gstr, evalops.parse_options); in brace_wrap()
24277 str = CALCULATOR->unlocalizeExpression(gstr, evalops.parse_options); in brace_wrap()
24289 string str = CALCULATOR->unlocalizeExpression(gstr, evalops.parse_options); in brace_wrap()
[all …]
H A Dsearchprovider.cc173 string str = CALCULATOR->unlocalizeExpression(expression, search_eo.parse_options); in handle_terms()
/dports/math/libqalculate/libqalculate-3.17.0/src/
H A Dqalc.cc700 CALCULATOR->calculate(&m, CALCULATOR->unlocalizeExpression(svalue, eo.parse_options), 500, eo); in set_option()
3224 CALCULATOR->calculate(&m, CALCULATOR->unlocalizeExpression(str2, eo.parse_options), 500, eo); in main()
3267 …MathStructure mstruct_new(CALCULATOR->convert(*mstruct, CALCULATOR->unlocalizeExpression(str, pa),… in main()
3268 …e_rates()) mstruct->set(CALCULATOR->convert(*mstruct, CALCULATOR->unlocalizeExpression(str, pa), e… in main()
3868 …str = _("Expression:"); str += " "; str += CALCULATOR->unlocalizeExpression(((UserFunction*) f)->f… in main()
5491 … CALCULATOR->calculate(&m, CALCULATOR->unlocalizeExpression(to_str2, eo.parse_options), 500, eo); in execute_expression()
5559 …CALCULATOR->setRPNRegister(stack_index + 1, CALCULATOR->unlocalizeExpression(str, evalops.parse_op… in execute_expression()
5566 string str2 = CALCULATOR->unlocalizeExpression(str, evalops.parse_options); in execute_expression()
5677 original_expression = CALCULATOR->unlocalizeExpression(str, evalops.parse_options); in execute_expression()
5775 …CALCULATOR->calculate(mstruct, 0, evalops, CALCULATOR->unlocalizeExpression(str_conv, evalops.pars… in execute_expression()
/dports/math/libqalculate/libqalculate-3.17.0/libqalculate/
H A DCalculator.h683 …std::string unlocalizeExpression(std::string str, const ParseOptions &po = default_parse_options) …
H A DCalculator-parse.cc228 string from_str = unlocalizeExpression(str, po); in parseComments()
263 string from_str = CALCULATOR->unlocalizeExpression(str, po); in parseComments()
H A DCalculator.cc1950 string Calculator::unlocalizeExpression(string str, const ParseOptions &po) const { in unlocalizeExpression() function in Calculator
/dports/math/libqalculate/libqalculate-3.17.0/
H A DChangeLog1549 …* Allow ParseOptions::comma_as_separator to have effect on unlocalizeExpression() and localizeExpr…