Searched refs:DateFormatSymbols (Results 1 - 25 of 36) sorted by relevance

12

/external/chromium_org/third_party/icu/source/test/intltest/
H A Dtsdtfmsy.cpp22 if (exec) logln("TestSuite DateFormatSymbols");
42 DateFormatSymbols *symbol;
44 symbol=new DateFormatSymbols(Locale::getDefault(), status);
61 DateFormatSymbols *symbol;
63 symbol=new DateFormatSymbols(Locale::getDefault(), status);
65 DateFormatSymbols::DtContextType context[] = {DateFormatSymbols::STANDALONE, DateFormatSymbols::FORMAT};
66 DateFormatSymbols::DtWidthType width[] = {DateFormatSymbols
[all...]
H A Dmiscdtfm.cpp154 * const DateFormatSymbols & formatData, UErrorCode & status )
155 * The DateFormatSymbols object is NOT adopted; Modifying the original DateFormatSymbols
161 DateFormatSymbols* symbols = new DateFormatSymbols(Locale::getUS(), status);
163 dataerrln("Unable to create DateFormatSymbols - %s", u_errorName(status));
191 * Test void SimpleDateFormat::setDateFormatSymbols ( const DateFormatSymbols & newFormatSymbols )
192 * Modifying the original DateFormatSymbols should not change the SimpleDateFormat's behavior.
196 DateFormatSymbols* symbols = new DateFormatSymbols(Local
[all...]
H A Dsdtfmtts.cpp77 DateFormatSymbols *symbols = new DateFormatSymbols(Locale::getFrench(), status);
79 errln("ERROR: Could not create DateFormatSymbols (French)");
178 const DateFormatSymbols *syms = pat.getDateFormatSymbols();
180 errln("Couldn't obtain DateFormatSymbols. Quitting test!");
183 if(syms->getDynamicClassID() != DateFormatSymbols::getStaticClassID()) {
184 errln("ERROR: format->getDateFormatSymbols()->getDynamicClassID() != DateFormatSymbols::getStaticClassID()");
186 DateFormatSymbols *newSyms = new DateFormatSymbols(*syms);
190 errln("ERROR: adopt or set DateFormatSymbols() faile
[all...]
H A Duobjtest.cpp361 TESTCLASSID_CTOR(DateFormatSymbols, (status));
/external/icu/icu4c/source/test/intltest/
H A Dtsdtfmsy.cpp22 if (exec) logln("TestSuite DateFormatSymbols");
42 DateFormatSymbols *symbol;
44 symbol=new DateFormatSymbols(Locale::getDefault(), status);
61 DateFormatSymbols *symbol;
63 symbol=new DateFormatSymbols(Locale::getDefault(), status);
65 DateFormatSymbols::DtContextType context[] = {DateFormatSymbols::STANDALONE, DateFormatSymbols::FORMAT};
66 DateFormatSymbols::DtWidthType width[] = {DateFormatSymbols
[all...]
H A Dmiscdtfm.cpp154 * const DateFormatSymbols & formatData, UErrorCode & status )
155 * The DateFormatSymbols object is NOT adopted; Modifying the original DateFormatSymbols
161 DateFormatSymbols* symbols = new DateFormatSymbols(Locale::getUS(), status);
163 dataerrln("Unable to create DateFormatSymbols - %s", u_errorName(status));
191 * Test void SimpleDateFormat::setDateFormatSymbols ( const DateFormatSymbols & newFormatSymbols )
192 * Modifying the original DateFormatSymbols should not change the SimpleDateFormat's behavior.
196 DateFormatSymbols* symbols = new DateFormatSymbols(Local
[all...]
H A Dsdtfmtts.cpp77 DateFormatSymbols *symbols = new DateFormatSymbols(Locale::getFrench(), status);
79 errln("ERROR: Could not create DateFormatSymbols (French)");
178 const DateFormatSymbols *syms = pat.getDateFormatSymbols();
180 errln("Couldn't obtain DateFormatSymbols. Quitting test!");
183 if(syms->getDynamicClassID() != DateFormatSymbols::getStaticClassID()) {
184 errln("ERROR: format->getDateFormatSymbols()->getDynamicClassID() != DateFormatSymbols::getStaticClassID()");
186 DateFormatSymbols *newSyms = new DateFormatSymbols(*syms);
190 errln("ERROR: adopt or set DateFormatSymbols() faile
[all...]
H A Duobjtest.cpp361 TESTCLASSID_CTOR(DateFormatSymbols, (status));
/external/chromium_org/third_party/icu/source/i18n/
H A Dudat.cpp431 const DateFormatSymbols *syms;
486 res = syms->getMonths(count, DateFormatSymbols::FORMAT, DateFormatSymbols::NARROW);
490 res = syms->getWeekdays(count, DateFormatSymbols::FORMAT, DateFormatSymbols::SHORT);
494 res = syms->getWeekdays(count, DateFormatSymbols::FORMAT, DateFormatSymbols::NARROW);
498 res = syms->getMonths(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::WIDE);
502 res = syms->getMonths(count, DateFormatSymbols
[all...]
H A Ddtfmtsym.cpp42 // class DateFormatSymbols
150 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(DateFormatSymbols)
194 DateFormatSymbols::DateFormatSymbols(const Locale& locale, function in class:DateFormatSymbols
201 DateFormatSymbols::DateFormatSymbols(UErrorCode& status) function in class:DateFormatSymbols
208 DateFormatSymbols::DateFormatSymbols(const Locale& locale, function in class:DateFormatSymbols
216 DateFormatSymbols::DateFormatSymbols(cons function in class:DateFormatSymbols
222 DateFormatSymbols::DateFormatSymbols(const DateFormatSymbols& other) function in class:DateFormatSymbols
[all...]
H A Dsmpdtfmt.cpp17 * Removed getZoneIndex (added in DateFormatSymbols)
351 DateFormatSymbols* symbolsToAdopt,
374 const DateFormatSymbols& symbols,
378 fSymbols(new DateFormatSymbols(symbols)),
439 fSymbols = new DateFormatSymbols(status);
486 fSymbols = new DateFormatSymbols(*other.fSymbols);
664 // setTo() - see DateFormatSymbols::assignArray comments
747 fSymbols = new DateFormatSymbols(locale, calendar?calendar->getType() :NULL , status);
1175 DateFormatSymbols::getPatternCharIndex(ovrField.charAt(0));
1207 UDateFormatField patternCharIndex = DateFormatSymbols
[all...]
H A Dreldtfmt.h26 class DateFormatSymbols;
233 virtual const DateFormatSymbols* getDateFormatSymbols(void) const;
H A Dreldtfmt.cpp381 const DateFormatSymbols*
/external/icu/icu4c/source/i18n/
H A Dudat.cpp434 const DateFormatSymbols *syms;
489 res = syms->getMonths(count, DateFormatSymbols::FORMAT, DateFormatSymbols::NARROW);
493 res = syms->getWeekdays(count, DateFormatSymbols::FORMAT, DateFormatSymbols::SHORT);
497 res = syms->getWeekdays(count, DateFormatSymbols::FORMAT, DateFormatSymbols::NARROW);
501 res = syms->getMonths(count, DateFormatSymbols::STANDALONE, DateFormatSymbols::WIDE);
505 res = syms->getMonths(count, DateFormatSymbols
[all...]
H A Ddtfmtsym.cpp42 // class DateFormatSymbols
150 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(DateFormatSymbols)
194 DateFormatSymbols::DateFormatSymbols(const Locale& locale, function in class:DateFormatSymbols
201 DateFormatSymbols::DateFormatSymbols(UErrorCode& status) function in class:DateFormatSymbols
208 DateFormatSymbols::DateFormatSymbols(const Locale& locale, function in class:DateFormatSymbols
216 DateFormatSymbols::DateFormatSymbols(cons function in class:DateFormatSymbols
222 DateFormatSymbols::DateFormatSymbols(const DateFormatSymbols& other) function in class:DateFormatSymbols
[all...]
H A Dreldtfmt.h27 class DateFormatSymbols;
234 virtual const DateFormatSymbols* getDateFormatSymbols(void) const;
H A Dsmpdtfmt.cpp17 * Removed getZoneIndex (added in DateFormatSymbols)
358 DateFormatSymbols* symbolsToAdopt,
381 const DateFormatSymbols& symbols,
385 fSymbols(new DateFormatSymbols(symbols)),
447 fSymbols = new DateFormatSymbols(status);
492 fSymbols = new DateFormatSymbols(*other.fSymbols);
675 // setTo() - see DateFormatSymbols::assignArray comments
758 fSymbols = new DateFormatSymbols(locale, calendar?calendar->getType() :NULL , status);
1202 DateFormatSymbols::getPatternCharIndex(ovrField.charAt(0));
1234 UDateFormatField patternCharIndex = DateFormatSymbols
[all...]
H A Dreldtfmt.cpp421 const DateFormatSymbols*
/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Ddtfmtsym.h43 * DateFormatSymbols is a public class for encapsulating localizable date-time
44 * formatting data -- including timezone data. DateFormatSymbols is used by
47 * Rather than first creating a DateFormatSymbols to get a date-time formatter
59 * new DateFormatSymbols(aLocale)). This will load the appropriate date-time
62 * DateFormatSymbols objects are clonable. When clients obtain a
63 * DateFormatSymbols object, they can feel free to modify the date-time
69 * DateFormatSymbols are not expected to be subclassed. Data for a calendar is
79 class U_I18N_API DateFormatSymbols : public UObject { class in inherits:UObject
82 * Construct a DateFormatSymbols object by loading format data from
94 DateFormatSymbols(UErrorCod
[all...]
H A Dsmpdtfmt.h17 * Removed getZoneIndex (added in DateFormatSymbols)
41 class DateFormatSymbols;
801 * symbol data. The formatter takes ownership of the DateFormatSymbols object;
809 DateFormatSymbols* formatDataToAdopt,
814 * symbol data. The DateFormatSymbols object is NOT adopted; the caller
822 const DateFormatSymbols& formatData,
1032 virtual const DateFormatSymbols* getDateFormatSymbols(void) const;
1036 * DateFormatSymbols object and should not delete it after making this call.
1040 virtual void adoptDateFormatSymbols(DateFormatSymbols* newFormatSymbols);
1047 virtual void setDateFormatSymbols(const DateFormatSymbols
[all...]
/external/icu/icu4c/source/i18n/unicode/
H A Ddtfmtsym.h43 * DateFormatSymbols is a public class for encapsulating localizable date-time
44 * formatting data -- including timezone data. DateFormatSymbols is used by
47 * Rather than first creating a DateFormatSymbols to get a date-time formatter
59 * new DateFormatSymbols(aLocale)). This will load the appropriate date-time
62 * DateFormatSymbols objects are clonable. When clients obtain a
63 * DateFormatSymbols object, they can feel free to modify the date-time
69 * DateFormatSymbols are not expected to be subclassed. Data for a calendar is
79 class U_I18N_API DateFormatSymbols : public UObject { class in inherits:UObject
82 * Construct a DateFormatSymbols object by loading format data from
94 DateFormatSymbols(UErrorCod
[all...]
H A Dsmpdtfmt.h17 * Removed getZoneIndex (added in DateFormatSymbols)
43 class DateFormatSymbols;
803 * symbol data. The formatter takes ownership of the DateFormatSymbols object;
811 DateFormatSymbols* formatDataToAdopt,
816 * symbol data. The DateFormatSymbols object is NOT adopted; the caller
824 const DateFormatSymbols& formatData,
1034 virtual const DateFormatSymbols* getDateFormatSymbols(void) const;
1038 * DateFormatSymbols object and should not delete it after making this call.
1042 virtual void adoptDateFormatSymbols(DateFormatSymbols* newFormatSymbols);
1049 virtual void setDateFormatSymbols(const DateFormatSymbols
[all...]
/external/chromium_org/ui/android/java/src/org/chromium/ui/picker/
H A DMonthPicker.java11 import java.text.DateFormatSymbols;
30 DateFormatSymbols.getInstance(Locale.getDefault()).getShortMonths();
/external/chromium_org/net/ftp/
H A Dftp_util.cc164 icu::DateFormatSymbols format_symbols(locales[locale], status);
/external/chromium_org/components/autofill/core/browser/
H A Dcredit_card.cc82 icu::DateFormatSymbols date_format_symbols(locale, status);

Completed in 1168 milliseconds

12