Home
last modified time | relevance | path

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

/dports/math/libqalculate/libqalculate-3.17.0/libqalculate/
H A DMathStructure-print.cc1479 void MathStructure::postFormatUnits(const PrintOptions &po, MathStructure *parent, size_t) { in postFormatUnits() function in MathStructure
1591 CHILD(0).postFormatUnits(po, this, 1); in postFormatUnits()
1656 CHILD(i).postFormatUnits(po, this, i + 1); in postFormatUnits()
1725 CHILD(0).postFormatUnits(po, this, 1); in postFormatUnits()
1737 CHILD(i).postFormatUnits(po, this, i + 1); in postFormatUnits()
1993 postFormatUnits(po); in format()
H A DMathStructure.h747 …void postFormatUnits(const PrintOptions &po = default_print_options, MathStructure *parent = NULL,…