Home
last modified time | relevance | path

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

12

/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DIntlTestSimpleDateFormatAPI.java116 final DateFormatSymbols syms = pat.getDateFormatSymbols(); in TestAPI()
119 if( ! pat.getDateFormatSymbols().equals(def.getDateFormatSymbols()) ) { in TestAPI()
DDateFormatRegressionTest.java1141 .getDateFormatSymbols(); in Test5006GetShortMonths()
1153 .getDateFormatSymbols(); in Test5006GetShortMonths()
1167 .getDateFormatSymbols(); in Test5006GetShortMonths()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DIntlTestSimpleDateFormatAPI.java119 final DateFormatSymbols syms = pat.getDateFormatSymbols(); in TestAPI()
122 if( ! pat.getDateFormatSymbols().equals(def.getDateFormatSymbols()) ) { in TestAPI()
DDateFormatRegressionTest.java1144 .getDateFormatSymbols(); in Test5006GetShortMonths()
1156 .getDateFormatSymbols(); in Test5006GetShortMonths()
1170 .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.cpp2160 const DateFormatSymbols* sym = dat->getDateFormatSymbols(); in TestGetLocale()
Ddtfmttst.cpp2589 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.cpp3891 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.h1056 virtual const DateFormatSymbols* getDateFormatSymbols(void) const;
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/serializable/
DFormatHandler.java1883 DateFormatSymbols dfsb = ((SimpleDateFormat)dfb).getDateFormatSymbols(); in hasSameBehavior()
1884 … DateFormatSymbols tmp = (DateFormatSymbols)((SimpleDateFormat)dfa).getDateFormatSymbols().clone(); in hasSameBehavior()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/
DFormatHandler.java1880 DateFormatSymbols dfsb = ((SimpleDateFormat)dfb).getDateFormatSymbols(); in hasSameBehavior()
1881 … DateFormatSymbols tmp = (DateFormatSymbols)((SimpleDateFormat)dfa).getDateFormatSymbols().clone(); in hasSameBehavior()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DSimpleDateFormat.java1095 formatConfig.getDateFormatSymbols(), in getInstance()
3918 public DateFormatSymbols getDateFormatSymbols() in getDateFormatSymbols() method in SimpleDateFormat
/external/icu/android_icu4j/src/main/java/android/icu/text/
DSimpleDateFormat.java1090 formatConfig.getDateFormatSymbols(), in getInstance()
3896 public DateFormatSymbols getDateFormatSymbols() in getDateFormatSymbols() method in SimpleDateFormat
/external/cldr/tools/java/org/unicode/cldr/test/
DExampleGenerator.java1335 DateFormatSymbols dfs = sdf.getDateFormatSymbols(); in handleDateFormatItem()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
DULocaleTest.java134 return ((SimpleDateFormat) parent).getDateFormatSymbols(); in TestDateFormat()
/external/icu/android_icu4j/src/main/java/android/icu/util/
DCalendar.java3716 public DateFormatSymbols getDateFormatSymbols() { in getDateFormatSymbols() method in Calendar.FormatConfiguration
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DULocaleTest.java131 return ((SimpleDateFormat) parent).getDateFormatSymbols(); in TestDateFormat()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DCalendar.java3815 public DateFormatSymbols getDateFormatSymbols() { in getDateFormatSymbols() method in Calendar.FormatConfiguration
/external/icu/icu4j/tools/build/
Dicu4j55.api3.gz

12