Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Ddecimfmt.cpp2064 UBool fractionPresent = (!isInteger && digitIndex < digits.getCount()) ||
2070 if (!fractionPresent && appendTo.length() == sizeBeforeIntegerPart)
2077 if (fDecimalSeparatorAlwaysShown || fractionPresent) {
/external/chromium_org/third_party/icu/source/i18n/
Ddecimfmt.cpp1975 UBool fractionPresent = (!isInteger && digitIndex < digits.getCount()) || in subformat() local
1981 if (!fractionPresent && appendTo.length() == sizeBeforeIntegerPart) in subformat()
1988 if (fDecimalSeparatorAlwaysShown || fractionPresent) { in subformat()