Home | History | Annotate | Download | only in i18n

Lines Matching refs:getLowerDisplayMagnitude

277 int32_t DecimalQuantity::getLowerDisplayMagnitude() const {
296 return -getLowerDisplayMagnitude();
792 for (int m = getUpperDisplayMagnitude(); m >= getLowerDisplayMagnitude(); m--) {
1178 for (int m = getUpperDisplayMagnitude(); m >= getLowerDisplayMagnitude(); m--) {