summaryrefslogtreecommitdiff
path: root/libicu/cts_headers/unicode/dtrule.h
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2024-04-30 21:45:51 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2024-04-30 21:45:51 +0000
commit5cbeb59475d2d25a86ac936e47c99be86e0a3183 (patch)
treeb84cfa6aa252b33d133ceb0922061367ca5ac637 /libicu/cts_headers/unicode/dtrule.h
parenteb3451793aaf42870e44281708ccac51c010e837 (diff)
parent627758a905bdac685d065ed3de08e628b03b70b4 (diff)
downloadicu-5cbeb59475d2d25a86ac936e47c99be86e0a3183.tar.gz
Snap for 11784721 from 627758a905bdac685d065ed3de08e628b03b70b4 to build-tools-release
Change-Id: I48be0d30274e0df643635f86bc40c5a9de1e52ad
Diffstat (limited to 'libicu/cts_headers/unicode/dtrule.h')
-rw-r--r--libicu/cts_headers/unicode/dtrule.h20
1 files changed, 10 insertions, 10 deletions
diff --git a/libicu/cts_headers/unicode/dtrule.h b/libicu/cts_headers/unicode/dtrule.h
index 19e94bc98..6e10bfcb0 100644
--- a/libicu/cts_headers/unicode/dtrule.h
+++ b/libicu/cts_headers/unicode/dtrule.h
@@ -160,7 +160,7 @@ public:
* @return The date rule type.
* @stable ICU 3.8
*/
- DateRuleType getDateRuleType(void) const;
+ DateRuleType getDateRuleType() const;
/**
* Gets the time rule type
@@ -168,14 +168,14 @@ public:
* or <code>UTC_TIME</code>.
* @stable ICU 3.8
*/
- TimeRuleType getTimeRuleType(void) const;
+ TimeRuleType getTimeRuleType() const;
/**
* Gets the rule month.
* @return The rule month.
* @stable ICU 3.8
*/
- int32_t getRuleMonth(void) const;
+ int32_t getRuleMonth() const;
/**
* Gets the rule day of month. When the date rule type
@@ -183,7 +183,7 @@ public:
* @return The rule day of month
* @stable ICU 3.8
*/
- int32_t getRuleDayOfMonth(void) const;
+ int32_t getRuleDayOfMonth() const;
/**
* Gets the rule day of week. When the date rule type
@@ -191,7 +191,7 @@ public:
* @return The rule day of week.
* @stable ICU 3.8
*/
- int32_t getRuleDayOfWeek(void) const;
+ int32_t getRuleDayOfWeek() const;
/**
* Gets the ordinal number of the occurrence of the day of week
@@ -200,16 +200,16 @@ public:
* @return The rule day of week ordinal number in the month.
* @stable ICU 3.8
*/
- int32_t getRuleWeekInMonth(void) const;
+ int32_t getRuleWeekInMonth() const;
/**
* Gets the rule time in the rule day.
* @return The time in the rule day in milliseconds.
* @stable ICU 3.8
*/
- int32_t getRuleMillisInDay(void) const;
+ int32_t getRuleMillisInDay() const;
-private:
+ private:
int32_t fMonth;
int32_t fDayOfMonth;
int32_t fDayOfWeek;
@@ -230,7 +230,7 @@ public:
* @return The class ID for all objects of this class.
* @stable ICU 3.8
*/
- static UClassID U_EXPORT2 getStaticClassID(void);
+ static UClassID U_EXPORT2 getStaticClassID();
/**
* Returns a unique class ID POLYMORPHICALLY. Pure virtual override. This
@@ -243,7 +243,7 @@ public:
* other classes have different class IDs.
* @stable ICU 3.8
*/
- virtual UClassID getDynamicClassID(void) const override;
+ virtual UClassID getDynamicClassID() const override;
};
U_NAMESPACE_END