Lines Matching refs:UBool
34 // MSVC warns C4805 when comparing bool with UBool
221 setParseNoExponent((UBool) newValue);
225 setDecimalPatternMatchRequired((UBool) newValue);
237 setParseCaseSensitive(static_cast<UBool>(newValue));
241 setSignAlwaysShown(static_cast<UBool>(newValue));
245 setFormatFailIfMoreThanMaxDigits(static_cast<UBool>(newValue));
349 void DecimalFormat::setGroupingUsed(UBool enabled) {
356 void DecimalFormat::setParseIntegerOnly(UBool value) {
363 void DecimalFormat::setLenient(UBool enable) {
421 UBool DecimalFormat::operator==(const Format& other) const {
678 UBool DecimalFormat::isSignAlwaysShown() const {
682 void DecimalFormat::setSignAlwaysShown(UBool value) {
807 UBool DecimalFormat::isScientificNotation(void) const {
811 void DecimalFormat::setScientificNotation(UBool useScientific) {
832 UBool DecimalFormat::isExponentSignAlwaysShown(void) const {
836 void DecimalFormat::setExponentSignAlwaysShown(UBool expSignAlways) {
879 UBool DecimalFormat::isDecimalSeparatorAlwaysShown(void) const {
883 void DecimalFormat::setDecimalSeparatorAlwaysShown(UBool newValue) {
889 UBool DecimalFormat::isDecimalPatternMatchRequired(void) const {
893 void DecimalFormat::setDecimalPatternMatchRequired(UBool newValue) {
899 UBool DecimalFormat::isParseNoExponent() const {
903 void DecimalFormat::setParseNoExponent(UBool value) {
909 UBool DecimalFormat::isParseCaseSensitive() const {
913 void DecimalFormat::setParseCaseSensitive(UBool value) {
919 UBool DecimalFormat::isFormatFailIfMoreThanMaxDigits() const {
923 void DecimalFormat::setFormatFailIfMoreThanMaxDigits(UBool value) {
1054 UBool DecimalFormat::areSignificantDigitsUsed() const {
1058 void DecimalFormat::setSignificantDigitsUsed(UBool useSignificantDigits) {
1287 UBool trivialPP = fields->properties->positivePrefixPattern.isEmpty();
1288 UBool trivialPS = fields->properties->positiveSuffixPattern.isEmpty();
1289 UBool trivialNP = fields->properties->negativePrefixPattern.isBogus() || (
1292 UBool trivialNS = fields->properties->negativeSuffixPattern.isEmpty();