HomeSort by relevance Sort by last modified time
    Searched refs:NullableValue (Results 1 - 3 of 3) sorted by null

  /external/icu/icu4c/source/i18n/
number_types.h 242 class U_I18N_API NullableValue {
244 NullableValue() : fNull(true) {}
246 NullableValue(const NullableValue<T> &other) = default;
248 explicit NullableValue(const T &other) {
253 NullableValue<T> &operator=(const NullableValue<T> &other) = default;
255 NullableValue<T> &operator=(const T &other) {
261 bool operator==(const NullableValue &other) const {
number_decimfmtprops.h 50 NullableValue<UNumberCompactStyle> compactStyle;
51 NullableValue<CurrencyUnit> currency;
53 NullableValue<UCurrencyUsage> currencyUsage;
73 NullableValue<PadPosition> padPosition;
86 NullableValue<RoundingMode> roundingMode;
number_patternstring.h 44 NullableValue<UNumberFormatPadPosition> paddingLocation;

Completed in 249 milliseconds