Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dnumber_integerwidth.cpp30 if (fHasError) { return *this; } // No-op on error in truncateAt()
39 if (fHasError) { in apply()
/external/icu/icu4c/source/i18n/unicode/
Dnumberformatter.h1098 bool fHasError = false; variable
1104 fHasError = true; in IntegerWidth()
1112 return !fHasError && fUnion.minMaxInt.fMinInt == -1; in isBogus()
1116 if (fHasError) { in copyErrorTo()