Searched defs:dateStyle (Results 1 - 18 of 18) sorted by relevance

/external/chromium_org/third_party/icu/source/test/intltest/
H A Dtsdate.cpp69 DateFormat::EStyle timeStyle, dateStyle; local
87 for(dateStyle = (DateFormat::EStyle)0;
88 dateStyle < (DateFormat::EStyle)4;
89 dateStyle = (DateFormat::EStyle) (dateStyle+1))
91 fTestName = (UnicodeString) "Date test " + (int32_t) dateStyle + " (" + localeName + ")";
92 fFormat = DateFormat::createDateInstance(dateStyle, locale);
96 for(dateStyle = (DateFormat::EStyle)0;
97 dateStyle < (DateFormat::EStyle)4;
98 dateStyle
[all...]
/external/icu/icu4c/source/test/intltest/
H A Dtsdate.cpp69 DateFormat::EStyle timeStyle, dateStyle; local
87 for(dateStyle = (DateFormat::EStyle)0;
88 dateStyle < (DateFormat::EStyle)4;
89 dateStyle = (DateFormat::EStyle) (dateStyle+1))
91 fTestName = (UnicodeString) "Date test " + (int32_t) dateStyle + " (" + localeName + ")";
92 fFormat = DateFormat::createDateInstance(dateStyle, locale);
96 for(dateStyle = (DateFormat::EStyle)0;
97 dateStyle < (DateFormat::EStyle)4;
98 dateStyle
[all...]
/external/chromium_org/third_party/icu/source/i18n/
H A Ddatefmt.cpp328 DateFormat::createDateTimeInstance(EStyle dateStyle, argument
332 if(dateStyle != kNone)
334 dateStyle = (EStyle) (dateStyle + kDateOffset);
336 return create(timeStyle, dateStyle, aLocale);
350 DateFormat::create(EStyle timeStyle, EStyle dateStyle, const Locale& locale) argument
359 Win32DateFormat *f = new Win32DateFormat(timeStyle, dateStyle, locale, status);
370 if(/*((timeStyle!=UDAT_NONE)&&(timeStyle & UDAT_RELATIVE)) || */((dateStyle!=kNone)&&((dateStyle-kDateOffset) & UDAT_RELATIVE))) {
371 RelativeDateFormat *r = new RelativeDateFormat((UDateFormatStyle)timeStyle, (UDateFormatStyle)(dateStyle
[all...]
H A Dreldtfmt.cpp59 RelativeDateFormat::RelativeDateFormat( UDateFormatStyle timeStyle, UDateFormatStyle dateStyle, argument
62 fDateStyle(dateStyle), fLocale(locale), fDatesLen(0), fDates(NULL)
73 UDateFormatStyle baseDateStyle = (dateStyle > UDAT_SHORT)? (UDateFormatStyle)(dateStyle & ~UDAT_RELATIVE): dateStyle;
H A Dwindtfmt.cpp95 // TODO: Range-check timeStyle, dateStyle
96 Win32DateFormat::Win32DateFormat(DateFormat::EStyle timeStyle, DateFormat::EStyle dateStyle, const Locale &locale, UErrorCode &status) argument
97 : DateFormat(), fDateTimeMsg(NULL), fTimeStyle(timeStyle), fDateStyle(dateStyle), fLocale(locale), fZoneID()
H A Dudat.cpp124 UDateFormatStyle dateStyle,
137 fmt = (DateFormat*) (*gOpener)(timeStyle,dateStyle,locale,tzID,tzIDLength,pattern,patternLength,status);
144 fmt = DateFormat::createDateTimeInstance((DateFormat::EStyle)dateStyle,
148 fmt = DateFormat::createDateTimeInstance((DateFormat::EStyle)dateStyle,
123 udat_open(UDateFormatStyle timeStyle, UDateFormatStyle dateStyle, const char *locale, const UChar *tzID, int32_t tzIDLength, const UChar *pattern, int32_t patternLength, UErrorCode *status) argument
H A Dsmpdtfmt.cpp398 EStyle dateStyle,
409 construct(timeStyle, dateStyle, fLocale, status);
536 EStyle dateStyle,
580 if ((timeStyle != kNone) && (dateStyle != kNone))
620 currentBundle = ures_getByIndex(dateTimePatterns, (int32_t)dateStyle, NULL, &status);
656 glueIndex = (int32_t)(kDateTimeOffset + (dateStyle - kDateOffset));
691 else if (dateStyle != kNone) {
692 currentBundle = ures_getByIndex(dateTimePatterns, (int32_t)dateStyle, NULL, &status);
397 SimpleDateFormat(EStyle timeStyle, EStyle dateStyle, const Locale& locale, UErrorCode& status) argument
535 construct(EStyle timeStyle, EStyle dateStyle, const Locale& locale, UErrorCode& status) argument
/external/icu/icu4c/source/i18n/
H A Ddatefmt.cpp333 DateFormat::createDateTimeInstance(EStyle dateStyle, argument
337 if(dateStyle != kNone)
339 dateStyle = (EStyle) (dateStyle + kDateOffset);
341 return create(timeStyle, dateStyle, aLocale);
355 DateFormat::create(EStyle timeStyle, EStyle dateStyle, const Locale& locale) argument
364 Win32DateFormat *f = new Win32DateFormat(timeStyle, dateStyle, locale, status);
375 if(/*((timeStyle!=UDAT_NONE)&&(timeStyle & UDAT_RELATIVE)) || */((dateStyle!=kNone)&&((dateStyle-kDateOffset) & UDAT_RELATIVE))) {
376 RelativeDateFormat *r = new RelativeDateFormat((UDateFormatStyle)timeStyle, (UDateFormatStyle)(dateStyle
[all...]
H A Dreldtfmt.cpp72 RelativeDateFormat::RelativeDateFormat( UDateFormatStyle timeStyle, UDateFormatStyle dateStyle, argument
75 fDateStyle(dateStyle), fLocale(locale), fDayMin(0), fDayMax(0), fDatesLen(0), fDates(NULL),
89 UDateFormatStyle baseDateStyle = (dateStyle > UDAT_SHORT)? (UDateFormatStyle)(dateStyle & ~UDAT_RELATIVE): dateStyle;
H A Dwindtfmt.cpp95 // TODO: Range-check timeStyle, dateStyle
96 Win32DateFormat::Win32DateFormat(DateFormat::EStyle timeStyle, DateFormat::EStyle dateStyle, const Locale &locale, UErrorCode &status) argument
97 : DateFormat(), fDateTimeMsg(NULL), fTimeStyle(timeStyle), fDateStyle(dateStyle), fLocale(locale), fZoneID()
H A Dudat.cpp127 UDateFormatStyle dateStyle,
140 fmt = (DateFormat*) (*gOpener)(timeStyle,dateStyle,locale,tzID,tzIDLength,pattern,patternLength,status);
147 fmt = DateFormat::createDateTimeInstance((DateFormat::EStyle)dateStyle,
151 fmt = DateFormat::createDateTimeInstance((DateFormat::EStyle)dateStyle,
126 udat_open(UDateFormatStyle timeStyle, UDateFormatStyle dateStyle, const char *locale, const UChar *tzID, int32_t tzIDLength, const UChar *pattern, int32_t patternLength, UErrorCode *status) argument
H A Dsmpdtfmt.cpp405 EStyle dateStyle,
416 construct(timeStyle, dateStyle, fLocale, status);
547 EStyle dateStyle,
591 if ((timeStyle != kNone) && (dateStyle != kNone))
631 currentBundle = ures_getByIndex(dateTimePatterns, (int32_t)dateStyle, NULL, &status);
667 glueIndex = (int32_t)(kDateTimeOffset + (dateStyle - kDateOffset));
702 else if (dateStyle != kNone) {
703 currentBundle = ures_getByIndex(dateTimePatterns, (int32_t)dateStyle, NULL, &status);
404 SimpleDateFormat(EStyle timeStyle, EStyle dateStyle, const Locale& locale, UErrorCode& status) argument
546 construct(EStyle timeStyle, EStyle dateStyle, const Locale& locale, UErrorCode& status) argument
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dcommons-lang-2.6.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/lang/ ...
/external/robolectric/lib/main/
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 232 milliseconds