Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dnumber_rounding.cpp165 if (fType == RND_ERROR) { return *this; } // no-op in error state in withMode()
172 if (fType == RND_ERROR) { return *this; } // no-op in error state in withMinDigits()
181 if (fType == RND_ERROR) { return *this; } // no-op in error state in withMaxDigits()
191 if (fType == RND_ERROR) { return *this; } // no-op in error state in withCurrency()
215 if (fType == RND_ERROR) { return *this; } // no-op in error state in withMinFraction()
337 case Precision::RND_ERROR: in apply()
/external/icu/icu4c/source/i18n/unicode/
Dnumberformatter.h720 RND_ERROR enumerator
759 Precision(UErrorCode errorCode) : fType(RND_ERROR) { in Precision()
770 if (fType == RND_ERROR) { in copyErrorTo()