Searched refs:NullableValue (Results 1 – 3 of 3) sorted by relevance
289 class U_I18N_API NullableValue {291 NullableValue() in NullableValue() function294 NullableValue(const NullableValue<T>& other) = default;296 explicit NullableValue(const T& other) { in NullableValue() function301 NullableValue<T>& operator=(const NullableValue<T>& other) {309 NullableValue<T>& operator=(const T& other) {315 bool operator==(const NullableValue& other) const {
96 NullableValue<UNumberCompactStyle> compactStyle;97 NullableValue<CurrencyUnit> currency;99 NullableValue<UCurrencyUsage> currencyUsage;122 NullableValue<PadPosition> padPosition;126 NullableValue<ParseMode> parseMode;136 NullableValue<RoundingMode> roundingMode;
656 NullableValue<PadPosition> paddingLocation = properties.padPosition; in propertiesToPatternString()