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.cpp136 if (fType == RND_ERROR) { return *this; } // no-op in error state in withMode()
141 if (fType == RND_ERROR) { return *this; } // no-op in error state in withMinDigits()
150 if (fType == RND_ERROR) { return *this; } // no-op in error state in withMaxDigits()
160 if (fType == RND_ERROR) { return *this; } // no-op in error state in withCurrency()
184 if (fType == RND_ERROR) { return *this; } // no-op in error state in withMinFraction()
282 case RND_ERROR: in apply()
/external/icu/icu4c/source/i18n/unicode/
Dnumberformatter.h783 RND_ERROR enumerator
810 Rounder(UErrorCode errorCode) : fType(RND_ERROR) { in Rounder()
821 if (fType == RND_ERROR) { in copyErrorTo()