Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dnumber_mapper.cpp226 if (macros.precision.fType == Precision::PrecisionType::RND_FRACTION) { in oldToNew()
285 if (precision.fType == Precision::PrecisionType::RND_CURRENCY) { in oldToNew()
295 if (rounding_.fType == Precision::PrecisionType::RND_FRACTION) { in oldToNew()
298 } else if (rounding_.fType == Precision::PrecisionType::RND_INCREMENT) { in oldToNew()
302 } else if (rounding_.fType == Precision::PrecisionType::RND_SIGNIFICANT) { in oldToNew()
/external/icu/icu4c/source/i18n/unicode/
Dnumberformatter.h712 enum PrecisionType { enum
755 Precision(const PrecisionType& type, const PrecisionUnion& union_, in Precision()