Home | History | Annotate | Download | only in unicode

Lines Matching refs:UBool

256     UBool operator==(const DecimalFormatSymbols& other) const;
265 UBool operator!=(const DecimalFormatSymbols& other) const { return !operator==(other); }
290 void setSymbol(ENumberFormatSymbol symbol, const UnicodeString &value, const UBool propogateDigits);
322 UBool beforeCurrency,
335 UBool beforeCurrency,
368 UBool useLastResortData = FALSE, const NumberingSystem* ns = nullptr);
383 inline UBool isCustomCurrencySymbol() const {
390 inline UBool isCustomIntlCurrencySymbol() const {
492 UBool fIsCustomCurrencySymbol;
493 UBool fIsCustomIntlCurrencySymbol;
537 DecimalFormatSymbols::setSymbol(ENumberFormatSymbol symbol, const UnicodeString &value, const UBool propogateDigits = TRUE) {