Home
last modified time | relevance | path

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

/external/icu4c/i18n/
Ddecimfmt.cpp1157 UBool fractionPresent = (!isInteger && digitIndex < digits.fCount) || in subformat() local
1163 if (!fractionPresent && appendTo.length() == sizeBeforeIntegerPart) in subformat()
1170 if (fDecimalSeparatorAlwaysShown || fractionPresent) { in subformat()