HomeSort by relevance Sort by last modified time
    Searched full:dateformat (Results 126 - 150 of 314) sorted by null

1 2 3 4 56 7 8 91011>>

  /packages/apps/Calendar/src/com/android/calendar/alerts/
AlertAdapter.java 26 import android.text.format.DateFormat;
123 if (DateFormat.is24HourFormat(context)) {
  /external/icu4c/i18n/unicode/
msgfmt.h 45 class DateFormat;
71 * a Date value is formatted with a default (for the locale) DateFormat,
185 * <td><code>DateFormat.createDateInstance(kDefault, getLocale(), status)</code>
188 * <td><code>DateFormat.createDateInstance(kShort, getLocale(), status)</code>
191 * <td><code>DateFormat.createDateInstance(kDefault, getLocale(), status)</code>
194 * <td><code>DateFormat.createDateInstance(kLong, getLocale(), status)</code>
197 * <td><code>DateFormat.createDateInstance(kFull, getLocale(), status)</code>
204 * <td><code>DateFormat.createTimeInstance(kDefault, getLocale(), status)</code>
207 * <td><code>DateFormat.createTimeInstance(kShort, getLocale(), status)</code>
210 * <td><code>DateFormat.createTimeInstance(kDefault, getLocale(), status)</code
    [all...]
  /external/icu4c/test/cintltst/
cdattst.c 57 /* Testing the DateFormat API */
78 /*Testing udat_open() to open a dateformat */
86 log_data_err("FAIL: error in creating the dateformat using full time style with french locale -> %s (Are you missing data?)\n",
96 log_err("FAIL: error in creating the dateformat using short date and time style\n %s\n",
103 log_err("FAIL: error in creating the dateformat using medium date style with italian locale\n %s\n",
110 log_err("FAIL: error in creating the dateformat using long time and date styles with german locale\n %s\n",
114 /*creating a default dateformat */
118 log_err("FAIL: error in creating the dateformat using short date and time style\n %s\n",
260 log_verbose("PASS: creating dateformat using udat_openPattern() succesful\n");
563 /*creating a dateformat with french locale *
    [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
SerializationStressTest4.java 29 import java.text.DateFormat;
584 // java.io.ObjectOutputStream.writeObject(java.text.DateFormat)
591 objToSave = new java.text.DateFormat() {
611 if (!(obj instanceof java.text.DateFormat))
613 return save.equals(((java.text.DateFormat) obj).parse(null,
    [all...]
  /libcore/luni/src/main/java/java/text/
DateFormatSymbols.java 34 * {@code DateFormat} and {@code SimpleDateFormat} both use
38 * are encouraged to create a date/time formatter with the {@code DateFormat}
44 * using {@code DateFormat}'s factory methods, see {@link DateFormat}.
50 * @see DateFormat
SimpleDateFormat.java 42 * callers should use {@link DateFormat#getDateInstance}, {@link DateFormat#getDateTimeInstance},
43 * or {@link DateFormat#getTimeInstance} to get a ready-made instance suitable for the user's
45 * {@link android.text.format.DateFormat#getBestDateTimePattern} which lets you specify
122 * {@link DateFormat} as described above. This code:
124 * DateFormat[] formats = new DateFormat[] {
125 * DateFormat.getDateInstance(),
126 * DateFormat.getDateTimeInstance(),
127 * DateFormat.getTimeInstance()
    [all...]
  /packages/apps/DeskClock/src/com/android/deskclock/
Utils.java 41 import android.text.format.DateFormat;
415 String dateFormat, String dateFormatForAccessibility, View clock) {
422 String fmt = DateFormat.getBestDateTimePattern(l, dateFormat);
426 fmt = DateFormat.getBestDateTimePattern(l, dateFormatForAccessibility);
  /frameworks/base/docs/html/sdk/api_diff/18/changes/
alldiffs_index_changes.html 98 <nobr><A HREF="android.text.format.DateFormat.html#android.text.format.DateFormat.AM_PM" class="hiddenlink" target="rightframe">AM_PM</A>
253 <nobr><A HREF="android.text.format.DateFormat.html#android.text.format.DateFormat.CAPITAL_AM_PM" class="hiddenlink" target="rightframe">CAPITAL_AM_PM</A>
316 <nobr><A HREF="android.text.format.DateFormat.html#android.text.format.DateFormat.DATE" class="hiddenlink" target="rightframe">DATE</A>
318 <!-- Class DateFormat -->
319 <A HREF="android.text.format.DateFormat.html" class="hiddenlink" target="rightframe">DateFormat</A><br>
321 <nobr><A HREF="android.text.format.DateFormat.html#android.text.format.DateFormat.DAY" class="hiddenlink" target="rightframe">DAY</A
    [all...]
fields_index_all.html 102 <nobr><A HREF="android.text.format.DateFormat.html#android.text.format.DateFormat.AM_PM" class="hiddenlink" target="rightframe">AM_PM</A>
176 <nobr><A HREF="android.text.format.DateFormat.html#android.text.format.DateFormat.CAPITAL_AM_PM" class="hiddenlink" target="rightframe">CAPITAL_AM_PM</A>
220 <nobr><A HREF="android.text.format.DateFormat.html#android.text.format.DateFormat.DATE" class="hiddenlink" target="rightframe">DATE</A>
222 <nobr><A HREF="android.text.format.DateFormat.html#android.text.format.DateFormat.DAY" class="hiddenlink" target="rightframe">DAY</A>
440 <nobr><A HREF="android.text.format.DateFormat.html#android.text.format.DateFormat.HOUR" class="hiddenlink" target="rightframe">HOUR</A
    [all...]
  /external/apache-http/src/org/apache/http/impl/cookie/
DateUtils.java 156 for (String dateFormat : dateFormats) {
157 SimpleDateFormat dateParser = DateFormatHolder.formatFor(dateFormat);
236 * @return the requested format. This simple dateformat should not be used
  /external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/
AttributedCharacterIteratorAttributeTest.java 81 // a regular instance of DateFormat.Field
  /external/icu4c/i18n/
msgfmt.cpp 126 // DateFormat modifier list, default, short, medium, long or full
136 static const icu::DateFormat::EStyle DATE_STYLES[] = {
137 icu::DateFormat::kDefault,
138 icu::DateFormat::kShort,
139 icu::DateFormat::kMedium,
140 icu::DateFormat::kLong,
141 icu::DateFormat::kFull,
    [all...]
  /external/icu4c/samples/msgfmt/
README.TXT 29 NumberFormat, DateFormat, MessageFormat?
  /packages/apps/DeskClock/src/com/android/alarmclock/
DigitalAppWidgetProvider.java 31 import android.text.format.DateFormat;
  /packages/apps/Exchange/exchange2/src/com/android/exchange/utility/
FileLogger.java 77 // I don't use DateFormat here because (in my experience), it's much slower
  /external/icu4c/test/intltest/
fldset.h 262 * to DateFormat::createInstance()
263 * @see DateFormat
tzregts.cpp     [all...]
incaltst.cpp 887 DateFormat *fmt0 = DateFormat::createDateTimeInstance(DateFormat::kFull, DateFormat::kFull);
890 DateFormat *fmt2 = DateFormat::createDateInstance(DateFormat::kFull, loc);
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/
OtherPreferences.java 33 import android.text.format.DateFormat;
111 mIs24HourMode = DateFormat.is24HourFormat(activity);
  /packages/apps/VoiceDialer/src/com/android/voicedialer/
RecognizerLogger.java 23 import android.text.format.DateFormat;
114 DateFormat.format("yyyy_MM_dd_kk_mm_ss",
  /frameworks/base/core/java/android/widget/
DatePicker.java 26 import android.text.format.DateFormat;
109 private final java.text.DateFormat mDateFormat = new SimpleDateFormat(DATE_FORMAT);
511 char[] order = DateFormat.getDateFormatOrder(getContext());
515 case DateFormat.DATE:
519 case DateFormat.MONTH:
523 case DateFormat.YEAR:
  /frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
KeyguardWidgetPager.java 30 import android.text.format.DateFormat;
    [all...]
  /frameworks/base/docs/html/sdk/api_diff/17/changes/
alldiffs_index_changes.html 321 <!-- Class DateFormat -->
322 <A HREF="android.text.format.DateFormat.html" class="hiddenlink" target="rightframe">DateFormat</A><br>
406 &nbsp;&nbsp;<nobr><A HREF="android.text.format.DateFormat.html#android.text.format.DateFormat.format_changed(java.lang.CharSequence, java.util.Calendar)" class="hiddenlink" target="rightframe">type&nbsp;
407 (<code>CharSequence, Calendar</code>)&nbsp;in&nbsp;android.text.format.DateFormat
410 &nbsp;&nbsp;<nobr><A HREF="android.text.format.DateFormat.html#android.text.format.DateFormat.format_changed(java.lang.CharSequence, java.util.Date)" class="hiddenlink" target="rightframe">type&nbsp;
411 (<code>CharSequence, Date</code>)&nbsp;in&nbsp;android.text.format.DateFormat
414 &nbsp;&nbsp;<nobr><A HREF="android.text.format.DateFormat.html#android.text.format.DateFormat.format_changed(java.lang.CharSequence, long)" class="hiddenlin (…)
    [all...]
methods_index_all.html 264 &nbsp;&nbsp;<nobr><A HREF="android.text.format.DateFormat.html#android.text.format.DateFormat.format_changed(java.lang.CharSequence, java.util.Calendar)" class="hiddenlink" target="rightframe">type&nbsp;
265 (<code>CharSequence, Calendar</code>)&nbsp;in&nbsp;android.text.format.DateFormat
267 &nbsp;&nbsp;<nobr><A HREF="android.text.format.DateFormat.html#android.text.format.DateFormat.format_changed(java.lang.CharSequence, java.util.Date)" class="hiddenlink" target="rightframe">type&nbsp;
268 (<code>CharSequence, Date</code>)&nbsp;in&nbsp;android.text.format.DateFormat
270 &nbsp;&nbsp;<nobr><A HREF="android.text.format.DateFormat.html#android.text.format.DateFormat.format_changed(java.lang.CharSequence, long)" class="hiddenlink" target="rightframe">type&nbsp;
271 (<code>CharSequence, long</code>)&nbsp;in&nbsp;android.text.format.DateFormat
336 <nobr><A HREF="android.text.format.DateFormat.html#android.text.format.DateFormat.getDateFormat_changed(android.content.Context)" class="hiddenl (…)
    [all...]
  /libcore/luni/src/test/java/libcore/java/text/
SimpleDateFormatTest.java 19 import java.text.DateFormat;
195 DateFormat dateFormat = new SimpleDateFormat(fmt, l);
196 dateFormat.setTimeZone(TimeZone.getTimeZone("UTC"));
197 return dateFormat.format(new Date(0));

Completed in 992 milliseconds

1 2 3 4 56 7 8 91011>>