Home
last modified time | relevance | path

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

/dports/math/libqalculate/libqalculate-3.17.0/libqalculate/
H A DCalculator.cc244 and_str_len = and_str.length(); in Calculator()
473 and_str_len = and_str.length(); in Calculator()
1384 and_str_len = 0; in setIgnoreLocale()
H A DCalculator.h329 …size_t per_str_len, times_str_len, plus_str_len, minus_str_len, and_str_len, AND_str_len, or_str_l… variable
H A DCalculator-parse.cc1084 …} else if(and_str_len > 0 && i == and_str_len && (il = compare_name_no_case(and_str, str, and_str_… in parse()