Lines Matching refs:UBool
238 UBool operator==(const DecimalFormatSymbols& other) const;
247 UBool operator!=(const DecimalFormatSymbols& other) const { return !operator==(other); }
272 void setSymbol(ENumberFormatSymbol symbol, const UnicodeString &value, const UBool propogateDigits);
304 UBool beforeCurrency,
317 UBool beforeCurrency,
347 void initialize(const Locale& locale, UErrorCode& success, UBool useLastResortData = FALSE);
362 inline UBool isCustomCurrencySymbol() const {
369 inline UBool isCustomIntlCurrencySymbol() const {
428 UBool fIsCustomCurrencySymbol;
429 UBool fIsCustomIntlCurrencySymbol;
464 DecimalFormatSymbols::setSymbol(ENumberFormatSymbol symbol, const UnicodeString &value, const UBool propogateDigits = TRUE) {