HomeSort by relevance Sort by last modified time
    Searched refs:dateFormat (Results 26 - 50 of 65) sorted by null

12 3

  /libcore/luni/src/test/java/libcore/java/text/
OldSimpleDateFormatTest.java 19 import java.text.DateFormat;
218 SimpleDateFormat format = (SimpleDateFormat) DateFormat.getInstance();
236 test.test(" G", cal, " AD", DateFormat.ERA_FIELD);
237 test.test(" GG", cal, " AD", DateFormat.ERA_FIELD);
238 test.test(" GGG", cal, " AD", DateFormat.ERA_FIELD);
240 DateFormat.ERA_FIELD);
242 test.test(" M", cal, " 6", DateFormat.MONTH_FIELD);
244 " 11", DateFormat.MONTH_FIELD);
245 test.test(" MM", cal, " 06", DateFormat.MONTH_FIELD);
246 test.test(" MMM", cal, " Jun", DateFormat.MONTH_FIELD)
    [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);
  /external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/
SimpleDateFormatTest.java 19 import java.text.DateFormat;
113 assertTrue("Wrong default", f2.equals(DateFormat.getDateTimeInstance(
114 DateFormat.SHORT, DateFormat.SHORT, Locale.getDefault())));
292 SimpleDateFormat format = (SimpleDateFormat) DateFormat.getInstance();
342 test.test(" G", cal, " AD", DateFormat.ERA_FIELD);
343 test.test(" GG", cal, " AD", DateFormat.ERA_FIELD);
344 test.test(" GGG", cal, " AD", DateFormat.ERA_FIELD);
346 DateFormat.ERA_FIELD);
348 test.test(" y", cal, " 99", DateFormat.YEAR_FIELD)
    [all...]
  /packages/apps/ContactsCommon/src/com/android/contacts/common/vcard/
ImportVCardActivity.java 69 import java.text.DateFormat;
    [all...]
  /packages/apps/Gallery/src/com/android/camera/
MenuHelper.java 433 SimpleDateFormat dateFormat = new SimpleDateFormat();
434 value = dateFormat.format(date);
    [all...]
  /external/icu4c/test/intltest/
dtfmrgts.cpp 74 SimpleDateFormat *sdf = (SimpleDateFormat*) DateFormat::createDateInstance();
80 dataerrln("Error calling DateFormat::createDateTimeInstance");
125 DateFormat *fmt = DateFormat::createDateTimeInstance(DateFormat::SHORT,
126 DateFormat::SHORT, Locale::getUS());
128 dataerrln("Error calling DateFormat::createDateTimeInstance");
162 //expected.put(new LongKey(DateFormat.MONTH_FIELD), "5");
163 //expected.put(new LongKey(DateFormat.DATE_FIELD), "3");
164 //expected.put(new LongKey(DateFormat.YEAR_FIELD), "97")
    [all...]
calregts.cpp     [all...]
dtfmttst.cpp 177 // TODO: use DateFormat::getInstanceForSkeleton(), ticket #9029
179 // DateFormat date1 = DateFormat.getPatternInstance(actualPattern,
181 // DateFormat date2 = DateFormat.getPatternInstance(Calendar.getInstance(locale),
192 if(errorCode.logIfFailureAndReset("DateFormat::getInstanceForSkeleton() failed")) {
330 DateFormat* fmtA = DateFormat::createDateTimeInstance(DateFormat::MEDIUM, DateFormat::FULL)
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ecf.identity_3.1.0.v20100529-0735.jar 
org.mortbay.jetty.util_6.1.23.v201004211559.jar 
  /packages/apps/Gallery2/src/com/android/camera/
VideoModule.java 329 SimpleDateFormat dateFormat = new SimpleDateFormat(
332 return dateFormat.format(date);
    [all...]
  /packages/apps/VideoEditor/src/com/android/videoeditor/
VideoEditorActivity.java 669 SimpleDateFormat dateFormat = new SimpleDateFormat("'VID'_yyyyMMdd_HHmmss", Locale.US);
671 return dateFormat.format(date);
    [all...]
  /packages/apps/Camera/src/com/android/camera/
VideoModule.java 343 SimpleDateFormat dateFormat = new SimpleDateFormat(
346 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...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-nodeps.jar 
  /build/tools/droiddoc/templates-sac/assets/js/
android_3p-bundle.js     [all...]
  /build/tools/droiddoc/templates-sdk/assets/js/
android_3p-bundle.js     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
performanceui.jar 
  /prebuilts/devtools/tools/lib/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/m2/internal/xalan/xalan/2.6.0/
xalan-2.6.0.jar 
  /prebuilts/tools/common/m2/repository/jfree/jfreechart/1.0.9/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/freemarker/
freemarker-2.3.19.jar 
  /external/robolectric/lib/main/
httpclient-4.0.3.jar 
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactsProvider2.java     [all...]

Completed in 2352 milliseconds

12 3