Home
last modified time | relevance | path

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

/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.java1107 .getDateFormatSymbols(); in Test5006GetShortMonths()
1119 .getDateFormatSymbols(); in Test5006GetShortMonths()
1133 .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.cpp2546 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/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.cpp3485 SimpleDateFormat::getDateFormatSymbols() const in getDateFormatSymbols() function in SimpleDateFormat
/external/icu/icu4c/source/i18n/unicode/
Dsmpdtfmt.h1044 virtual const DateFormatSymbols* getDateFormatSymbols(void) const;
/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/icu4j/main/classes/core/src/com/ibm/icu/text/
DSimpleDateFormat.java1078 formatConfig.getDateFormatSymbols(), in getInstance()
3534 public DateFormatSymbols getDateFormatSymbols() in getDateFormatSymbols() method in SimpleDateFormat
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DCalendar.java3759 public DateFormatSymbols getDateFormatSymbols() { in getDateFormatSymbols() method in Calendar.FormatConfiguration
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DULocaleTest.java117 return ((SimpleDateFormat) parent).getDateFormatSymbols(); in TestDateFormat()