Home
last modified time | relevance | path

Searched refs:getCalendar (Results 1 – 25 of 63) sorted by relevance

123

/third_party/icu/icu4c/source/test/intltest/
Dcaltztst.cpp90 Calendar* CalendarTimeZoneTest::getCalendar() in getCalendar() function in CalendarTimeZoneTest
185 Calendar* cal = getCalendar(); in date()
223 Calendar* cal = getCalendar(); in dateToFields()
Ddtfmapts.cpp229 const Calendar *cal = def->getCalendar(); in testAPI()
233 if( *(de->getCalendar()) != *(it->getCalendar())) { in testAPI()
Dcaltztst.h60 Calendar* getCalendar(void);
Ddtfmtrtts.cpp289 if(fmt->getCalendar() == NULL) { in test()
293 UDate minDate = CalendarTest::minDateOfCalendar(*fmt->getCalendar(), isGregorian, minStatus); in test()
466 const char *type = fmt->getCalendar()->getType(); in test()
Dtsdate.cpp169 Locale loc = fFormat->getCalendar()->getLocale(ULOC_VALID_LOCALE, status); in tryDate()
Ddtfmrgts.cpp521 Calendar *calA = (Calendar*) fmtA->getCalendar(); in Test4071441()
522 Calendar *calB = (Calendar*) fmtB->getCalendar(); in Test4071441()
1184 Calendar* calx = (Calendar*)fmt.getCalendar(); // cast away const! in Test4210209()
1332 cal = sdf->getCalendar()->clone(); // sdf may have deleted calendar in Test1684()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
DIntlTestDateFormatAPI.java196 final Calendar cal = def.getCalendar(); in TestAPI()
200 if( ! de.getCalendar().equals(it.getCalendar())) { in TestAPI()
DGlobalizationPreferencesTest.java77 Calendar cal = gp.getCalendar(); in TestDefault()
634 Calendar cal = gp.getCalendar(); in TestCalendar()
648 cal = gp.getCalendar(); in TestCalendar()
658 cal = gp.getCalendar(); in TestCalendar()
669 Calendar cal1 = gp.getCalendar(); in TestCalendar()
692 cal = gp.getCalendar(); in TestCalendar()
700 cal = gp1.getCalendar(); in TestCalendar()
1327 Calendar dfCal = df.getCalendar(); in TestDateFormat()
1343 dfCal = df.getCalendar(); in TestDateFormat()
1375 dfCal = df.getCalendar(); in TestDateFormat()
[all …]
DDateIntervalFormatTest.java934 Calendar fromCalendar = (Calendar) dtfmt.getCalendar().clone(); in expectUserCLDR()
935 Calendar toCalendar = (Calendar) dtfmt.getCalendar().clone(); in expectUserCLDR()
1107 Calendar fromCalendar = (Calendar) dtfmt.getCalendar().clone(); in stress()
1108 Calendar toCalendar = (Calendar) dtfmt.getCalendar().clone(); in stress()
DDateFormatRegressionTest.java380 Calendar calA = fmtA.getCalendar(); in Test4071441()
381 Calendar calB = fmtB.getCalendar(); in Test4071441()
876 Calendar calx = fmt.getCalendar(); in Test4210209()
1233 String calType = fmt.getCalendar().getType(); in TestDangiFormat()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DIntlTestDateFormatAPI.java193 final Calendar cal = def.getCalendar(); in TestAPI()
197 if( ! de.getCalendar().equals(it.getCalendar())) { in TestAPI()
DDateIntervalFormatTest.java1089 Calendar fromCalendar = (Calendar) dtfmt.getCalendar().clone(); in expectUserCLDR()
1090 Calendar toCalendar = (Calendar) dtfmt.getCalendar().clone(); in expectUserCLDR()
1262 Calendar fromCalendar = (Calendar) dtfmt.getCalendar().clone(); in stress()
1263 Calendar toCalendar = (Calendar) dtfmt.getCalendar().clone(); in stress()
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/format/
DGlobalizationPreferencesTest.java74 Calendar cal = gp.getCalendar(); in TestDefault()
631 Calendar cal = gp.getCalendar(); in TestCalendar()
645 cal = gp.getCalendar(); in TestCalendar()
655 cal = gp.getCalendar(); in TestCalendar()
666 Calendar cal1 = gp.getCalendar(); in TestCalendar()
689 cal = gp.getCalendar(); in TestCalendar()
697 cal = gp1.getCalendar(); in TestCalendar()
1324 Calendar dfCal = df.getCalendar(); in TestDateFormat()
1340 dfCal = df.getCalendar(); in TestDateFormat()
1372 dfCal = df.getCalendar(); in TestDateFormat()
[all …]
/third_party/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/jdkadapter/
DSimpleDateFormatICU.java160 } else if (fIcuSdf.getCalendar() instanceof com.ibm.icu.util.GregorianCalendar) { in setDateFormatSymbols()
222 public Calendar getCalendar() { in getCalendar() method in SimpleDateFormatICU
223 return CalendarICU.wrap(fIcuSdf.getCalendar()); in getCalendar()
240 return getCalendar().getTimeZone(); in getTimeZone()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
DGlobalizationPreferences.java410 public Calendar getCalendar() { in getCalendar() method in GlobalizationPreferences
919 result = DateFormat.getDateInstance(getCalendar(), dateStyle, dfLocale); in guessDateFormat()
921 result = DateFormat.getTimeInstance(getCalendar(), timeStyle, dfLocale); in guessDateFormat()
923 result = DateFormat.getDateTimeInstance(getCalendar(), dateStyle, timeStyle, dfLocale); in guessDateFormat()
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/util/
DGlobalizationPreferences.java408 public Calendar getCalendar() { in getCalendar() method in GlobalizationPreferences
917 result = DateFormat.getDateInstance(getCalendar(), dateStyle, dfLocale); in guessDateFormat()
919 result = DateFormat.getTimeInstance(getCalendar(), timeStyle, dfLocale); in guessDateFormat()
921 result = DateFormat.getDateTimeInstance(getCalendar(), dateStyle, timeStyle, dfLocale); in guessDateFormat()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DDateIntervalFormat.java509 fFromCalendar = (Calendar) fDateFormat.getCalendar().clone(); in DateIntervalFormat()
510 fToCalendar = (Calendar) fDateFormat.getCalendar().clone(); in DateIntervalFormat()
521 fFromCalendar = (Calendar) fDateFormat.getCalendar().clone(); in DateIntervalFormat()
522 fToCalendar = (Calendar) fDateFormat.getCalendar().clone(); in DateIntervalFormat()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DDateIntervalFormat.java526 fFromCalendar = (Calendar) fDateFormat.getCalendar().clone(); in DateIntervalFormat()
527 fToCalendar = (Calendar) fDateFormat.getCalendar().clone(); in DateIntervalFormat()
538 fFromCalendar = (Calendar) fDateFormat.getCalendar().clone(); in DateIntervalFormat()
539 fToCalendar = (Calendar) fDateFormat.getCalendar().clone(); in DateIntervalFormat()
/third_party/icu/icu4j/main/tests/localespi/src/com/ibm/icu/dev/test/localespi/
DDateFormatTest.java211 Calendar cal = jdkDfmt.getCalendar(); in TestCalendarKeyword()
/third_party/flutter/skia/third_party/externals/icu/source/i18n/unicode/
Ddatefmt.h718 virtual const Calendar* getCalendar(void) const;
/third_party/icu/icu4c/source/i18n/unicode/
Ddatefmt.h728 virtual const Calendar* getCalendar(void) const;
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
Ddatefmt.h728 virtual const Calendar* getCalendar(void) const;
/third_party/node/deps/icu-small/source/i18n/unicode/
Ddatefmt.h728 virtual const Calendar* getCalendar(void) const;
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_i18n.js75 getCalendar: function(...args) { method
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/holiday/
DHolidayCalendarDemo.java338 f.setCalendar(calendarPanel.getCalendar()); in updateMonthName()
470 public com.ibm.icu.util.Calendar getCalendar() { in getCalendar() method in HolidayCalendarDemo.CalendarPanel

123