Searched refs:UBOOL_TO_BOOL (Results 1 – 1 of 1) sorted by relevance
37 #define UBOOL_TO_BOOL(b) static_cast<bool>(b) macro39 #define UBOOL_TO_BOOL(b) b macro350 if (UBOOL_TO_BOOL(enabled) == fields->properties->groupingUsed) { return; } in setGroupingUsed()357 if (UBOOL_TO_BOOL(value) == fields->properties->parseIntegerOnly) { return; } in setParseIntegerOnly()683 if (UBOOL_TO_BOOL(value) == fields->properties->signAlwaysShown) { return; } in setSignAlwaysShown()837 if (UBOOL_TO_BOOL(expSignAlways) == fields->properties->exponentSignAlwaysShown) { return; } in setExponentSignAlwaysShown()884 if (UBOOL_TO_BOOL(newValue) == fields->properties->decimalSeparatorAlwaysShown) { return; } in setDecimalSeparatorAlwaysShown()894 if (UBOOL_TO_BOOL(newValue) == fields->properties->decimalPatternMatchRequired) { return; } in setDecimalPatternMatchRequired()904 if (UBOOL_TO_BOOL(value) == fields->properties->parseNoExponent) { return; } in setParseNoExponent()914 if (UBOOL_TO_BOOL(value) == fields->properties->parseCaseSensitive) { return; } in setParseCaseSensitive()[all …]