HomeSort by relevance Sort by last modified time
    Searched refs:MINUTE_FIELD (Results 1 - 9 of 9) sorted by null

  /external/chromium/third_party/icu/public/i18n/unicode/
datefmt.h 664 MINUTE_FIELD = UDAT_MINUTE_FIELD,
  /libcore/luni/src/test/java/libcore/java/text/
OldSimpleDateFormatTest.java 261 test.test(" m", cal, " 3", DateFormat.MINUTE_FIELD);
263 47), " 47", DateFormat.MINUTE_FIELD);
264 test.test(" mm", cal, " 03", DateFormat.MINUTE_FIELD);
265 test.test(" mmmm", cal, " 0003", DateFormat.MINUTE_FIELD);
  /external/icu4c/i18n/unicode/
datefmt.h 725 MINUTE_FIELD = UDAT_MINUTE_FIELD,
  /libcore/luni/src/main/java/java/text/
DateFormat.java 212 public final static int MINUTE_FIELD = 6;
    [all...]
SimpleDateFormat.java 634 case MINUTE_FIELD:
    [all...]
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/8/
android.jar 

Completed in 115 milliseconds