Home
last modified time | relevance | path

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

12

/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DIntlTestSimpleDateFormatAPI.java115 final DateFormatSymbols syms = pat.getDateFormatSymbols(); in TestAPI()
118 if( ! pat.getDateFormatSymbols().equals(def.getDateFormatSymbols()) ) { in TestAPI()
DDateFormatRegressionTest.java1115 .getDateFormatSymbols(); in Test5006GetShortMonths()
1127 .getDateFormatSymbols(); in Test5006GetShortMonths()
1141 .getDateFormatSymbols(); in Test5006GetShortMonths()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DIntlTestSimpleDateFormatAPI.java111 final DateFormatSymbols syms = pat.getDateFormatSymbols(); in TestAPI()
114 if( ! pat.getDateFormatSymbols().equals(def.getDateFormatSymbols()) ) { in TestAPI()
DDateFormatRegressionTest.java1111 .getDateFormatSymbols(); in Test5006GetShortMonths()
1123 .getDateFormatSymbols(); in Test5006GetShortMonths()
1137 .getDateFormatSymbols(); in Test5006GetShortMonths()
/external/icu/icu4c/source/test/intltest/
Dsdtfmtts.cpp178 const DateFormatSymbols *syms = pat.getDateFormatSymbols(); in testAPI()
189 if( *(pat.getDateFormatSymbols()) != *(def.getDateFormatSymbols())) { in testAPI()
Dloctest.cpp1939 const DateFormatSymbols* sym = dat->getDateFormatSymbols(); in TestGetLocale()
Ddtfmttst.cpp2575 const DateFormatSymbols *sym = dat->getDateFormatSymbols(); in getActualAndValidLocales()
/external/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/jdkadapter/
DSimpleDateFormatICU.java134 public DateFormatSymbols getDateFormatSymbols() { in getDateFormatSymbols() method in SimpleDateFormatICU
135 return DateFormatSymbolsICU.wrap(fIcuSdf.getDateFormatSymbols()); in getDateFormatSymbols()
163 icuDfs = fIcuSdf.getDateFormatSymbols(); in setDateFormatSymbols()
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/text/
DSimpleDateFormat.java390 public DateFormatSymbols getDateFormatSymbols() { in getDateFormatSymbols() method in SimpleDateFormat
391 … return new DateFormatSymbols(((java.text.SimpleDateFormat)dateFormat).getDateFormatSymbols()); in getDateFormatSymbols()
/external/icu/icu4c/source/i18n/
Dreldtfmt.h234 virtual const DateFormatSymbols* getDateFormatSymbols(void) const;
Dudat.cpp598 syms = sdtfmt->getDateFormatSymbols(); in udat_getSymbols()
600 syms = rdtfmt->getDateFormatSymbols(); in udat_getSymbols()
745 syms = sdtfmt->getDateFormatSymbols(); in udat_countSymbols()
747 syms = rdtfmt->getDateFormatSymbols(); in udat_countSymbols()
1096 …ateFormatSymbols *syms = (DateFormatSymbols *)((SimpleDateFormat *)format)->getDateFormatSymbols(); in udat_setSymbols()
Dreldtfmt.cpp422 RelativeDateFormat::getDateFormatSymbols() const in getDateFormatSymbols() function in RelativeDateFormat
424 return fDateTimeFormatter->getDateFormatSymbols(); in getDateFormatSymbols()
Dsmpdtfmt.cpp3510 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.java189 assertEquals(dfs, sdf.getDateFormatSymbols()); in testGetDateFormatSymbols()
/external/icu/icu4c/source/i18n/unicode/
Dsmpdtfmt.h1044 virtual const DateFormatSymbols* getDateFormatSymbols(void) const;
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/serializable/
DFormatTests.java1827 DateFormatSymbols dfsa = ((SimpleDateFormat)dfa).getDateFormatSymbols(); in hasSameBehavior()
1828 … DateFormatSymbols tmp = (DateFormatSymbols)((SimpleDateFormat)dfb).getDateFormatSymbols().clone(); in hasSameBehavior()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/
DFormatTests.java1826 DateFormatSymbols dfsa = ((SimpleDateFormat)dfa).getDateFormatSymbols(); in hasSameBehavior()
1827 … DateFormatSymbols tmp = (DateFormatSymbols)((SimpleDateFormat)dfb).getDateFormatSymbols().clone(); in hasSameBehavior()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DSimpleDateFormat.java1073 formatConfig.getDateFormatSymbols(), in getInstance()
3520 public DateFormatSymbols getDateFormatSymbols() in getDateFormatSymbols() method in SimpleDateFormat
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DSimpleDateFormat.java1078 formatConfig.getDateFormatSymbols(), in getInstance()
3541 public DateFormatSymbols getDateFormatSymbols() in getDateFormatSymbols() method in SimpleDateFormat
/external/icu/android_icu4j/src/main/java/android/icu/util/
DCalendar.java3657 public DateFormatSymbols getDateFormatSymbols() { in getDateFormatSymbols() method in Calendar.FormatConfiguration
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DCalendar.java3759 public DateFormatSymbols getDateFormatSymbols() { in getDateFormatSymbols() method in Calendar.FormatConfiguration
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
DULocaleTest.java125 return ((SimpleDateFormat) parent).getDateFormatSymbols(); in TestDateFormat()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DULocaleTest.java121 return ((SimpleDateFormat) parent).getDateFormatSymbols(); in TestDateFormat()
/external/icu/icu4j/tools/build/
Dicu4j48.api3.gz12;ICU4J 4.8;; 2ST@3.6;PB;NS;NF;NS; ...
Dicu4j50.api3.gz12;ICU4J 50.1;; 2ST@3.6;PB;NS;NF;NS; ...

12