Home
last modified time | relevance | path

Searched refs:getDateFormatSymbols (Results 1 – 25 of 43) sorted by relevance

12

/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DIntlTestSimpleDateFormatAPI.java113 final DateFormatSymbols syms = pat.getDateFormatSymbols(); in TestAPI()
116 if( ! pat.getDateFormatSymbols().equals(def.getDateFormatSymbols()) ) { in TestAPI()
DDateFormatRegressionTest.java1140 .getDateFormatSymbols(); in Test5006GetShortMonths()
1152 .getDateFormatSymbols(); in Test5006GetShortMonths()
1166 .getDateFormatSymbols(); in Test5006GetShortMonths()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DIntlTestSimpleDateFormatAPI.java112 final DateFormatSymbols syms = pat.getDateFormatSymbols(); in TestAPI()
115 if( ! pat.getDateFormatSymbols().equals(def.getDateFormatSymbols()) ) { in TestAPI()
DDateFormatRegressionTest.java1139 .getDateFormatSymbols(); in Test5006GetShortMonths()
1151 .getDateFormatSymbols(); in Test5006GetShortMonths()
1165 .getDateFormatSymbols(); in Test5006GetShortMonths()
/external/icu/icu4c/source/test/intltest/
Dsdtfmtts.cpp180 const DateFormatSymbols *syms = pat.getDateFormatSymbols(); in testAPI()
191 if( *(pat.getDateFormatSymbols()) != *(def.getDateFormatSymbols())) { in testAPI()
Dloctest.cpp1942 const DateFormatSymbols* sym = dat->getDateFormatSymbols(); in TestGetLocale()
Ddtfmttst.cpp2588 const DateFormatSymbols *sym = dat->getDateFormatSymbols(); in getActualAndValidLocales()
/external/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/jdkadapter/
DSimpleDateFormatICU.java136 public DateFormatSymbols getDateFormatSymbols() { in getDateFormatSymbols() method in SimpleDateFormatICU
137 return DateFormatSymbolsICU.wrap(fIcuSdf.getDateFormatSymbols()); in getDateFormatSymbols()
165 icuDfs = fIcuSdf.getDateFormatSymbols(); in setDateFormatSymbols()
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/text/
DSimpleDateFormat.java392 public DateFormatSymbols getDateFormatSymbols() { in getDateFormatSymbols() method in SimpleDateFormat
393 … return new DateFormatSymbols(((java.text.SimpleDateFormat)dateFormat).getDateFormatSymbols()); in getDateFormatSymbols()
/external/icu/icu4c/source/i18n/
Dreldtfmt.h236 virtual const DateFormatSymbols* getDateFormatSymbols(void) const;
Dudat.cpp600 syms = sdtfmt->getDateFormatSymbols(); in udat_getSymbols()
602 syms = rdtfmt->getDateFormatSymbols(); in udat_getSymbols()
747 syms = sdtfmt->getDateFormatSymbols(); in udat_countSymbols()
749 syms = rdtfmt->getDateFormatSymbols(); in udat_countSymbols()
1098 …ateFormatSymbols *syms = (DateFormatSymbols *)((SimpleDateFormat *)format)->getDateFormatSymbols(); in udat_setSymbols()
Dreldtfmt.cpp412 RelativeDateFormat::getDateFormatSymbols() const in getDateFormatSymbols() function in RelativeDateFormat
414 return fDateTimeFormatter->getDateFormatSymbols(); in getDateFormatSymbols()
Dsmpdtfmt.cpp3818 SimpleDateFormat::getDateFormatSymbols() const in getDateFormatSymbols() function in SimpleDateFormat
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base.tests/src/com/ibm/icu/tests/
DSimpleDateFormatTest.java191 assertEquals(dfs, sdf.getDateFormatSymbols()); in testGetDateFormatSymbols()
/external/icu/icu4c/source/i18n/unicode/
Dsmpdtfmt.h1052 virtual const DateFormatSymbols* getDateFormatSymbols(void) const;
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/
DFormatHandler.java1859 DateFormatSymbols dfsa = ((SimpleDateFormat)dfa).getDateFormatSymbols(); in hasSameBehavior()
1860 … DateFormatSymbols tmp = (DateFormatSymbols)((SimpleDateFormat)dfb).getDateFormatSymbols().clone(); in hasSameBehavior()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/serializable/
DFormatHandler.java1860 DateFormatSymbols dfsa = ((SimpleDateFormat)dfa).getDateFormatSymbols(); in hasSameBehavior()
1861 … DateFormatSymbols tmp = (DateFormatSymbols)((SimpleDateFormat)dfb).getDateFormatSymbols().clone(); in hasSameBehavior()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DSimpleDateFormat.java1095 formatConfig.getDateFormatSymbols(), in getInstance()
3880 public DateFormatSymbols getDateFormatSymbols() in getDateFormatSymbols() method in SimpleDateFormat
/external/icu/android_icu4j/src/main/java/android/icu/text/
DSimpleDateFormat.java1090 formatConfig.getDateFormatSymbols(), in getInstance()
3858 public DateFormatSymbols getDateFormatSymbols() in getDateFormatSymbols() method in SimpleDateFormat
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
DULocaleTest.java128 return ((SimpleDateFormat) parent).getDateFormatSymbols(); in TestDateFormat()
/external/icu/android_icu4j/src/main/java/android/icu/util/
DCalendar.java3739 public DateFormatSymbols getDateFormatSymbols() { in getDateFormatSymbols() method in Calendar.FormatConfiguration
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DCalendar.java3839 public DateFormatSymbols getDateFormatSymbols() { in getDateFormatSymbols() method in Calendar.FormatConfiguration
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DULocaleTest.java127 return ((SimpleDateFormat) parent).getDateFormatSymbols(); in TestDateFormat()
/external/caliper/lib/
Djoda-time-2.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/joda/ org/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...

12