Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dnumber_integerwidth.cpp31 if (fHasError) { return *this; } // No-op on error in truncateAt()
43 if (fHasError) { in apply()
59 U_ASSERT(!fHasError); in operator ==()
60 U_ASSERT(!other.fHasError); in operator ==()
Dnumber_skeletons.cpp1439 if (macros.integerWidth.fHasError || macros.integerWidth.isBogus() || in integerWidth()
/external/icu/icu4c/source/i18n/unicode/
Dnumberformatter.h991 bool fHasError = false; variable
997 fHasError = true; in IntegerWidth()
1010 return !fHasError && fUnion.minMaxInt.fMinInt == -1; in isBogus()
1014 if (fHasError) { in copyErrorTo()