@@ -57,7 +57,7 @@ U_NAMESPACE_BEGIN
5757 *
5858 * The Years
5959 * Years are counted in the Saka Era, which starts its year 0 in 78AD (by gregorian calendar).
60- * So for eg . 9th June 2006 by Gregorian Calendar, is same as 19th of Jyaistha in 1928 of Saka
60+ * So for e.g . 9th June 2006 by Gregorian Calendar, is same as 19th of Jyaistha in 1928 of Saka
6161 * era by Indian National Calendar.
6262 * <p>
6363 * The Indian Calendar has only one allowable era: <code>Saka Era</code>. If the
@@ -75,28 +75,28 @@ class U_I18N_API IndianCalendar : public Calendar {
7575 * @internal
7676 */
7777 enum EEras {
78- /* *
79- * Constant for Chaitra, the 1st month of the Indian year.
78+ /* *
79+ * Constant for Chaitra, the 1st month of the Indian year.
8080 */
8181 CHAITRA,
8282
8383 /* *
84- * Constant for Vaisakha, the 2nd month of the Indian year.
84+ * Constant for Vaisakha, the 2nd month of the Indian year.
8585 */
8686 VAISAKHA,
8787
8888 /* *
89- * Constant for Jyaistha, the 3rd month of the Indian year.
89+ * Constant for Jyaistha, the 3rd month of the Indian year.
9090 */
9191 JYAISTHA,
9292
9393 /* *
94- * Constant for Asadha, the 4th month of the Indian year.
94+ * Constant for Asadha, the 4th month of the Indian year.
9595 */
9696 ASADHA,
9797
9898 /* *
99- * Constant for Sravana, the 5th month of the Indian year.
99+ * Constant for Sravana, the 5th month of the Indian year.
100100 */
101101 SRAVANA,
102102
@@ -105,33 +105,33 @@ class U_I18N_API IndianCalendar : public Calendar {
105105 */
106106 BHADRA,
107107
108- /* *
109- * Constant for the Asvina, the 7th month of the Indian year.
108+ /* *
109+ * Constant for the Asvina, the 7th month of the Indian year.
110110 */
111111 ASVINA,
112112
113113 /* *
114- * Constant for Kartika, the 8th month of the Indian year.
114+ * Constant for Kartika, the 8th month of the Indian year.
115115 */
116116 KARTIKA,
117117
118118 /* *
119- * Constant for Agrahayana, the 9th month of the Indian year.
119+ * Constant for Agrahayana, the 9th month of the Indian year.
120120 */
121121 AGRAHAYANA,
122122
123123 /* *
124- * Constant for Pausa, the 10th month of the Indian year.
124+ * Constant for Pausa, the 10th month of the Indian year.
125125 */
126126 PAUSA,
127127
128128 /* *
129- * Constant for Magha, the 11th month of the Indian year.
129+ * Constant for Magha, the 11th month of the Indian year.
130130 */
131131 MAGHA,
132132
133133 /* *
134- * Constant for Phalguna, the 12th month of the Indian year.
134+ * Constant for Phalguna, the 12th month of the Indian year.
135135 */
136136 PHALGUNA
137137 };
@@ -173,7 +173,7 @@ class U_I18N_API IndianCalendar : public Calendar {
173173 * @internal
174174 */
175175 // void setCivil(ECivil beCivil, UErrorCode &status);
176-
176+
177177 /* *
178178 * Returns <code>true</code> if this object is using the fixed-cycle civil
179179 * calendar, or <code>false</code> if using the religious, astronomical
@@ -190,7 +190,7 @@ class U_I18N_API IndianCalendar : public Calendar {
190190
191191 private:
192192 /* *
193- * Determine whether a year is the gregorian year a leap year
193+ * Determine whether a year is the gregorian year a leap year
194194 */
195195 // static UBool isGregorianLeap(int32_t year);
196196 // ----------------------------------------------------------------------
@@ -201,7 +201,7 @@ class U_I18N_API IndianCalendar : public Calendar {
201201 * @internal
202202 */
203203 virtual int32_t handleGetLimit (UCalendarDateFields field, ELimitType limitType) const override ;
204-
204+
205205 /* *
206206 * Return the length (in days) of the given month.
207207 *
@@ -210,7 +210,7 @@ class U_I18N_API IndianCalendar : public Calendar {
210210 * @internal
211211 */
212212 virtual int32_t handleGetMonthLength (int32_t extendedYear, int32_t month, UErrorCode& status) const override ;
213-
213+
214214 /* *
215215 * Return the number of days in the given Indian year
216216 * @internal
@@ -246,7 +246,7 @@ class U_I18N_API IndianCalendar : public Calendar {
246246 * <li>DAY_OF_MONTH
247247 * <li>DAY_OF_YEAR
248248 * <li>EXTENDED_YEAR</ul>
249- *
249+ *
250250 * The DAY_OF_WEEK and DOW_LOCAL fields are already set when this
251251 * method is called. The getGregorianXxx() methods return Gregorian
252252 * calendar equivalents for the given Julian day.
@@ -255,7 +255,7 @@ class U_I18N_API IndianCalendar : public Calendar {
255255 virtual void handleComputeFields (int32_t julianDay, UErrorCode &status) override ;
256256
257257 // UObject stuff
258- public:
258+ public:
259259 /* *
260260 * @return The class ID for this object. All objects of a given class have the
261261 * same class ID. Objects of other classes have different class IDs.
0 commit comments