Home
last modified time | relevance | path

Searched refs:IndianCalendar (Results 1 - 22 of 22) sorted by relevance

/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/calendar/
H A DIndianTest.java24 import ohos.global.icu.util.IndianCalendar;
30 * Tests for the <code>IndianCalendar</code> class.
37 public static final int CHAITRA = IndianCalendar.CHAITRA + 1;
38 public static final int VAISAKHA = IndianCalendar.VAISAKHA + 1;
39 public static final int JYAISTHA = IndianCalendar.JYAISTHA + 1;
40 public static final int ASADHA = IndianCalendar.ASADHA + 1;
41 public static final int SRAVANA = IndianCalendar.SRAVANA + 1 ;
42 public static final int BHADRA = IndianCalendar.BHADRA + 1 ;
43 public static final int ASVINA = IndianCalendar.ASVINA + 1 ;
44 public static final int KARTIKA = IndianCalendar
[all...]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
H A DIndianTest.java23 import com.ibm.icu.util.IndianCalendar;
28 * Tests for the <code>IndianCalendar</code> class.
34 public static final int CHAITRA = IndianCalendar.CHAITRA + 1;
35 public static final int VAISAKHA = IndianCalendar.VAISAKHA + 1;
36 public static final int JYAISTHA = IndianCalendar.JYAISTHA + 1;
37 public static final int ASADHA = IndianCalendar.ASADHA + 1;
38 public static final int SRAVANA = IndianCalendar.SRAVANA + 1 ;
39 public static final int BHADRA = IndianCalendar.BHADRA + 1 ;
40 public static final int ASVINA = IndianCalendar.ASVINA + 1 ;
41 public static final int KARTIKA = IndianCalendar
[all...]
H A DIBMCalendarTest.java32 import com.ibm.icu.util.IndianCalendar;
2172 Calendar cal = new IndianCalendar(ULocale.ENGLISH); in TestBug21043Indian()
/third_party/icu/icu4c/source/i18n/
H A Dindiancal.cpp31 // Implementation of the IndianCalendar class
38 IndianCalendar* IndianCalendar::clone() const { in clone()
39 return new IndianCalendar(*this); in clone()
42 IndianCalendar::IndianCalendar(const Locale& aLocale, UErrorCode& success) in IndianCalendar() function in IndianCalendar
48 IndianCalendar::IndianCalendar(const IndianCalendar& other) : Calendar(other) { in IndianCalendar() function in IndianCalendar
51 IndianCalendar
[all...]
H A Dindiancal.h27 * <code>IndianCalendar</code> is a subclass of <code>Calendar</code>
71 class U_I18N_API IndianCalendar : public Calendar { class
74 * Useful constants for IndianCalendar.
144 * Constructs an IndianCalendar based on the current time in the default time zone
148 * @param success Indicates the status of IndianCalendar object construction.
153 IndianCalendar(const Locale& aLocale, UErrorCode &success);
159 IndianCalendar(const IndianCalendar& other);
165 virtual ~IndianCalendar();
189 virtual IndianCalendar* clon
[all...]
H A Dcalendar.cpp377 cal.adoptInsteadAndCheckErrorCode(new IndianCalendar(loc, status), status); in createStandardCalendar()
/third_party/node/deps/icu-small/source/i18n/
H A Dindiancal.cpp30 // Implementation of the IndianCalendar class
37 IndianCalendar* IndianCalendar::clone() const { in clone()
38 return new IndianCalendar(*this); in clone()
41 IndianCalendar::IndianCalendar(const Locale& aLocale, UErrorCode& success) in IndianCalendar() function in IndianCalendar
47 IndianCalendar::IndianCalendar(const IndianCalendar& other) : Calendar(other) { in IndianCalendar() function in IndianCalendar
50 IndianCalendar
[all...]
H A Dindiancal.h27 * <code>IndianCalendar</code> is a subclass of <code>Calendar</code>
71 class U_I18N_API IndianCalendar : public Calendar { class
74 * Useful constants for IndianCalendar.
144 * Constructs an IndianCalendar based on the current time in the default time zone
148 * @param success Indicates the status of IndianCalendar object construction.
153 IndianCalendar(const Locale& aLocale, UErrorCode &success);
159 IndianCalendar(const IndianCalendar& other);
165 virtual ~IndianCalendar();
189 virtual IndianCalendar* clon
[all...]
H A Dcalendar.cpp364 cal.adoptInsteadAndCheckErrorCode(new IndianCalendar(loc, status), status); in createStandardCalendar()
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dindiancal.cpp31 // Implementation of the IndianCalendar class
38 IndianCalendar* IndianCalendar::clone() const { in clone()
39 return new IndianCalendar(*this); in clone()
42 IndianCalendar::IndianCalendar(const Locale& aLocale, UErrorCode& success) in IndianCalendar() function in IndianCalendar
48 IndianCalendar::IndianCalendar(const IndianCalendar& other) : Calendar(other) { in IndianCalendar() function in IndianCalendar
51 IndianCalendar
[all...]
H A Dindiancal.h27 * <code>IndianCalendar</code> is a subclass of <code>Calendar</code>
71 class U_I18N_API IndianCalendar : public Calendar { class
74 * Useful constants for IndianCalendar.
144 * Constructs an IndianCalendar based on the current time in the default time zone
148 * @param success Indicates the status of IndianCalendar object construction.
153 IndianCalendar(const Locale& aLocale, UErrorCode &success);
159 IndianCalendar(const IndianCalendar& other);
165 virtual ~IndianCalendar();
189 virtual IndianCalendar* clon
[all...]
H A Dcalendar.cpp374 cal.adoptInsteadAndCheckErrorCode(new IndianCalendar(loc, status), status); in createStandardCalendar()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DIndianCalendar.java18 * <code>IndianCalendar</code> is a subclass of <code>GregorianCalendar</code>
60 * IndianCalendar usually should be instantiated using
69 public class IndianCalendar extends Calendar { class
159 * Constructs a <code>IndianCalendar</code> using the current time
164 public IndianCalendar() { in IndianCalendar() method in IndianCalendar
169 * Constructs a <code>IndianCalendar</code> based on the current time
176 public IndianCalendar(TimeZone zone) { in IndianCalendar() method in IndianCalendar
181 * Constructs a <code>IndianCalendar</code> based on the current time
187 public IndianCalendar(Locale aLocale) { in IndianCalendar() method in IndianCalendar
192 * Constructs a <code>IndianCalendar</cod
198 public IndianCalendar(ULocale locale) { IndianCalendar() method in IndianCalendar
211 public IndianCalendar(TimeZone zone, Locale aLocale) { IndianCalendar() method in IndianCalendar
225 public IndianCalendar(TimeZone zone, ULocale locale) { IndianCalendar() method in IndianCalendar
238 public IndianCalendar(Date date) { IndianCalendar() method in IndianCalendar
256 public IndianCalendar(int year, int month, int date) { IndianCalendar() method in IndianCalendar
283 public IndianCalendar(int year, int month, int date, int hour, IndianCalendar() method in IndianCalendar
[all...]
H A DCalendar.java1842 cal = new IndianCalendar(zone, locale); in createInstance()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
H A DIndianCalendar.java19 * <code>IndianCalendar</code> is a subclass of <code>GregorianCalendar</code>
61 * IndianCalendar usually should be instantiated using
68 public class IndianCalendar extends Calendar { class
145 * Constructs a <code>IndianCalendar</code> using the current time
149 public IndianCalendar() { in IndianCalendar() method in IndianCalendar
154 * Constructs a <code>IndianCalendar</code> based on the current time
160 public IndianCalendar(TimeZone zone) { in IndianCalendar() method in IndianCalendar
165 * Constructs a <code>IndianCalendar</code> based on the current time
170 public IndianCalendar(Locale aLocale) { in IndianCalendar() method in IndianCalendar
175 * Constructs a <code>IndianCalendar</cod
180 public IndianCalendar(ULocale locale) { IndianCalendar() method in IndianCalendar
192 public IndianCalendar(TimeZone zone, Locale aLocale) { IndianCalendar() method in IndianCalendar
205 public IndianCalendar(TimeZone zone, ULocale locale) { IndianCalendar() method in IndianCalendar
217 public IndianCalendar(Date date) { IndianCalendar() method in IndianCalendar
234 public IndianCalendar(int year, int month, int date) { IndianCalendar() method in IndianCalendar
260 public IndianCalendar(int year, int month, int date, int hour, IndianCalendar() method in IndianCalendar
[all...]
H A DCalendar.java1769 cal = new IndianCalendar(zone, locale); in createInstance()
/third_party/icu/icu4c/source/test/intltest/
H A Dcalcasts.cpp317 static const int32_t CHAITRA = IndianCalendar::CHAITRA + 1; in Indian()
318 static const int32_t VAISAKHA = IndianCalendar::VAISAKHA + 1; in Indian()
319 static const int32_t JYAISTHA = IndianCalendar::JYAISTHA + 1; in Indian()
320 static const int32_t ASADHA = IndianCalendar::ASADHA + 1; in Indian()
321 static const int32_t SRAVANA = IndianCalendar::SRAVANA + 1 ; in Indian()
322 static const int32_t BHADRA = IndianCalendar::BHADRA + 1 ; in Indian()
323 static const int32_t ASVINA = IndianCalendar::ASVINA + 1 ; in Indian()
324 static const int32_t KARTIKA = IndianCalendar::KARTIKA + 1 ; in Indian()
325 static const int32_t AGRAHAYANA = IndianCalendar::AGRAHAYANA + 1 ; in Indian()
326 static const int32_t PAUSA = IndianCalendar in Indian()
[all...]
H A Duobjtest.cpp388 TESTCLASSID_FACTORY(IndianCalendar, Calendar::createInstance(Locale("@calendar=indian"), status)); in testIDs()
H A Dtsmthred.cpp1353 gSharedCalendar = new IndianCalendar(loc, status); in Test20104()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/serializable/
H A DCalendarHandler.java24 import ohos.global.icu.util.IndianCalendar;
211 IndianCalendar calendars[] = new IndianCalendar[locales.length]; in getTestObjects()
214 calendars[i] = new IndianCalendar(jst, locales[i]); in getTestObjects()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/
H A DCalendarHandler.java23 import com.ibm.icu.util.IndianCalendar;
210 IndianCalendar calendars[] = new IndianCalendar[locales.length]; in getTestObjects()
213 calendars[i] = new IndianCalendar(jst, locales[i]); in getTestObjects()
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Dicu4j-4_8_1_1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ibm/icu/ com/ibm/icu/impl/ ...

Completed in 43 milliseconds