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

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/docs/html/sdk/api_diff/18/changes/
jdiff_statistics.html 331 <TD><A HREF="android.text.format.DateFormat.html">
332 android.text.format.DateFormat</A></TD>
classes_index_changes.html 178 <A HREF="android.text.format.DateFormat.html" class="hiddenlink" target="rightframe">DateFormat</A><br>
    [all...]
methods_index_additions.html 217 <nobr><A HREF="android.text.format.DateFormat.html#android.text.format.DateFormat.getBestDateTimePattern_added(java.util.Locale, java.lang.String)" class="hiddenlink" target="rightframe"><b>getBestDateTimePattern</b>
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/
AllInOneActivity.java 57 import android.text.format.DateFormat;
    [all...]
DayView.java 49 import android.text.format.DateFormat;
    [all...]
  /packages/apps/Exchange/exchange2/tests/src/com/android/exchange/utility/
CalendarUtilitiesTests.java 44 import java.text.DateFormat;
    [all...]
  /packages/apps/Exchange/tests/src/com/android/exchange/utility/
CalendarUtilitiesTests.java 44 import java.text.DateFormat;
    [all...]
  /external/icu4c/samples/cal/
cal.c 276 * Get a set of DateFormat symbols of a given type.
  /external/icu4c/test/depstest/
dependencies.txt 800 # dateformat
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
groovy.php 301 'DATA_CONVERSION', 'Date', 'DateFormat',
    [all...]
java.php 312 'DateFormat', 'DateFormatSymbols', 'DebugGraphics',
    [all...]
java5.php 227 'AttributedCharacterIterator', 'AttributedCharacterIterator.Attribute', 'AttributedString', 'Bidi', 'BreakIterator', 'CharacterIterator', 'ChoiceFormat', 'CollationElementIterator', 'CollationKey', 'Collator', 'DateFormat', 'DateFormat.Field', 'DateFormatSymbols', 'DecimalFormat', 'DecimalFormatSymbols', 'FieldPosition', 'Format', 'Format.Field', 'MessageFormat', 'MessageFormat.Field', 'NumberFormat', 'NumberFormat.Field', 'ParseException', 'ParsePosition', 'RuleBasedCollator', 'SimpleDateFormat', 'StringCharacterIterator'
    [all...]
  /frameworks/base/docs/html/training/basics/network-ops/
xml.jd 503 DateFormat formatter = new SimpleDateFormat("MMM dd h:mmaa");
  /frameworks/base/services/java/com/android/server/
DevicePolicyManagerService.java 85 import java.text.DateFormat;
    [all...]
  /libcore/luni/src/main/java/java/lang/
System.java 161 * Use a {@link java.text.DateFormat} instance to format this time for display to a human.
  /libcore/luni/src/main/java/java/util/
Locale.java 335 * @see java.text.DateFormat#getAvailableLocales()
  /packages/apps/Exchange/exchange2/src/com/android/exchange/utility/
CalendarUtilities.java 59 import java.text.DateFormat;
    [all...]
  /libcore/benchmarks/libs/
caliper.jar 
  /external/icu4c/test/intltest/
tmsgfmt.cpp 209 static DateFormat *defDateFormat = 0;
215 defDateFormat = DateFormat::createInstance();
    [all...]
  /external/okhttp/src/test/java/com/squareup/okhttp/internal/http/
HttpResponseCacheTest.java 49 import java.text.DateFormat;
    [all...]
  /frameworks/base/docs/html/sdk/api_diff/17/changes/
classes_index_all.html 192 <A HREF="android.text.format.DateFormat.html" class="hiddenlink" target="rightframe">DateFormat</A><br>
    [all...]
fields_index_additions.html     [all...]
  /libcore/luni/src/test/java/libcore/net/http/
HttpResponseCacheTest.java 46 import java.text.DateFormat;
    [all...]
  /packages/apps/Gallery2/src/com/android/camera/
VideoModule.java 329 SimpleDateFormat dateFormat = new SimpleDateFormat(
332 return dateFormat.format(date);
    [all...]
  /packages/apps/LegacyCamera/src/com/android/camera/
VideoCamera.java 346 SimpleDateFormat dateFormat = new SimpleDateFormat(
349 return dateFormat.format(date);
    [all...]

Completed in 2719 milliseconds

1 2 3 4 5 6 7 8 91011>>