Home
last modified time | relevance | path

Searched refs:NullableValue (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4c/source/i18n/
Dnumber_types.h289 class U_I18N_API NullableValue {
291 NullableValue() in NullableValue() function
294 NullableValue(const NullableValue<T>& other) = default;
296 explicit NullableValue(const T& other) { in NullableValue() function
301 NullableValue<T>& operator=(const NullableValue<T>& other) {
309 NullableValue<T>& operator=(const T& other) {
315 bool operator==(const NullableValue& other) const {
Dnumber_decimfmtprops.h96 NullableValue<UNumberCompactStyle> compactStyle;
97 NullableValue<CurrencyUnit> currency;
99 NullableValue<UCurrencyUsage> currencyUsage;
122 NullableValue<PadPosition> padPosition;
126 NullableValue<ParseMode> parseMode;
136 NullableValue<RoundingMode> roundingMode;
Dnumber_patternstring.cpp656 NullableValue<PadPosition> paddingLocation = properties.padPosition; in propertiesToPatternString()