Home
last modified time | relevance | path

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

/external/icu4c/i18n/
Ddecimfmt.cpp4363 int32_t effectiveDecimalPos = decimalPos >= 0 ? decimalPos : digitTotalCount; in applyPatternWithoutExpandAffix() local
4370 int32_t minInt = effectiveDecimalPos - digitLeftCount; in applyPatternWithoutExpandAffix()
4400 roundingInc.setDecimalAt(effectiveDecimalPos - roundingPos); in applyPatternWithoutExpandAffix()