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

1 2 3 4 5 6 78 91011>>

  /frameworks/base/core/java/android/net/http/
SslCertificate.java 21 import android.text.format.DateFormat;
507 return DateFormat.getDateFormat(context).format(certificateDate);
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/
VideoEditorHelper.java 430 SimpleDateFormat dateFormat = new SimpleDateFormat("yyyyMMddHHmmssS");
432 final String filePath = location + dateFormat.format(date) +
  /frameworks/opt/timezonepicker/src/com/android/timezonepicker/
TimeZoneData.java 22 import android.text.format.DateFormat;
68 is24HourFormat = TimeZoneInfo.is24HourFormat = DateFormat.is24HourFormat(context);
  /packages/apps/Calendar/src/com/android/calendar/widget/
CalendarAppWidgetModel.java 25 import android.text.format.DateFormat;
368 if (DateFormat.is24HourFormat(mContext)) {
  /external/chromium/net/ftp/
ftp_util.cc 120 icu::DateFormat::getAvailableLocales(locales_count);
  /external/icu4c/common/unicode/
docmain.h 126 * <td>icu::DateFormat</td>
  /external/icu4c/test/intltest/
sdtfmtts.cpp 250 DateFormat *test = new SimpleDateFormat(status);
calregts.cpp     [all...]
dtifmtts.cpp 155 const DateFormat* fmt = another->getDateFormat();
157 const DateFormat* anotherFmt = dtitvfmt->getDateFormat();
163 DateFormat* nonConstFmt = (DateFormat*)fmt->clone();
189 DateFormat* constFmt = (constFmt*)dtitvfmt->getDateFormat()->clone();
240 const DateFormat* dfmt = dtitvfmt->getDateFormat();
    [all...]
  /frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
CreateInfo.java 113 "android.text.format.DateFormat#is24HourFormat",
  /packages/apps/Contacts/src/com/android/contacts/editor/
EventFieldEditorView.java 125 false /*Use the short DateFormat to ensure that it fits inside the EditText*/);
  /packages/apps/ContactsCommon/src/com/android/contacts/common/vcard/
ImportVCardActivity.java 69 import java.text.DateFormat;
    [all...]
  /frameworks/base/docs/html/sdk/api_diff/18/changes/
alldiffs_index_all.html 153 <nobr><A HREF="android.text.format.DateFormat.html#android.text.format.DateFormat.AM_PM" class="hiddenlink" target="rightframe">AM_PM</A>
389 <nobr><A HREF="android.text.format.DateFormat.html#android.text.format.DateFormat.CAPITAL_AM_PM" class="hiddenlink" target="rightframe">CAPITAL_AM_PM</A>
    [all...]
  /external/icu4c/i18n/unicode/
dtfmtsym.h 45 * DateFormat and SimpleDateFormat.
50 * getDateTimeInstance() method in DateFormat. Each of these methods can return a
55 * functions, see DateFormat.
udat.h 21 * \brief C API: DateFormat
86 * pos.field = 1; // Same as the DateFormat::EField enum
106 * You can use a DateFormat API udat_parse() to parse.
470 * defined by DateFormat and UDateFormat.
718 * DateFormat and UDateFormat.
    [all...]
  /frameworks/base/docs/html/sdk/api_diff/17/
user_comments_for_16_to_17.xml     [all...]
  /frameworks/base/docs/html/sdk/api_diff/17/changes/
alldiffs_index_all.html     [all...]
  /packages/apps/Calendar/src/com/android/calendar/event/
EditEventView.java 41 import android.text.format.DateFormat;
304 mTime.hour, mTime.minute, DateFormat.is24HourFormat(mActivity));
313 mTime.hour, mTime.minute, DateFormat.is24HourFormat(mActivity));
    [all...]
  /external/clang/test/Sema/
format-strings.c 539 void __attribute__((format(strftime,1,0))) dateformat(const char *fmt);
546 dateformat(""); // expected-warning{{format string is empty}}
547 dateformat(str); // no-warning (using strftime non literal is not unsafe)
  /external/icu4c/i18n/
fmtable.cpp 837 static DateFormat *defDateFormat = 0;
842 // Creates a DateFormat instance for formatting the
845 defDateFormat = DateFormat::createInstance();
smpdtfmt.cpp 385 // Not for public consumption; used by DateFormat
406 * Not for public consumption; used by DateFormat. This constructor
447 : DateFormat(other),
465 DateFormat::operator=(other);
504 if (DateFormat::operator==(other)) {
505 // DateFormat::operator== guarantees following cast is safe
    [all...]
dtitvfmt.cpp 413 const DateFormat*
660 timeSkeleton.insert(0, gDateFormatSkeleton[DateFormat::kShort], -1);
685 timeSkeleton.insert(0, gDateFormatSkeleton[DateFormat::kShort], -1);
751 (int32_t)DateFormat::kDateTime,
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.api.tools.ee.cdcfoundation10_1.0.0.200901281111/org/eclipse/pde/api/tools/internal/api_stubs/
CDC-1.0_Foundation-1.0.zip 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.api.tools.ee.jre11_1.0.0.200901281111/org/eclipse/pde/api/tools/internal/api_stubs/
JRE-1.1.zip 
  /external/icu4c/test/cintltst/
cdtdptst.c 66 log_verbose("PASS: creating dateformat using udat_openPattern() succesful\n");

Completed in 1456 milliseconds

1 2 3 4 5 6 78 91011>>