OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SimpleDateFormat
(Results
101 - 125
of
261
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
/external/icu4c/i18n/
reldtfmt.h
237
SimpleDateFormat
*fDateTimeFormatter;
datefmt.cpp
376
// Try to create a
SimpleDateFormat
of the desired style.
377
SimpleDateFormat
*f = new
SimpleDateFormat
(timeStyle, dateStyle, locale, status);
384
f = new
SimpleDateFormat
(locale, status);
/cts/tests/tests/hardware/src/android/hardware/cts/helpers/
SensorCtsHelper.java
30
import java.text.
SimpleDateFormat
;
169
SimpleDateFormat
dateFormat = new
SimpleDateFormat
("M-d-y_H:m:s.S");
/development/samples/MySampleRss/src/com/example/codelab/rssexample/
RssService.java
39
import java.text.
SimpleDateFormat
;
213
SimpleDateFormat
pubDate = new
SimpleDateFormat
();
/development/samples/VoicemailProviderDemo/src/com/example/android/voicemail/
AddVoicemailActivity.java
45
import java.text.
SimpleDateFormat
;
55
private static final
SimpleDateFormat
DATE_FORMATTER = new
SimpleDateFormat
("dd/MM/yyyy h:mm");
/external/chromium_org/third_party/icu/source/i18n/
udat.cpp
30
* Verify that fmt is a
SimpleDateFormat
. Invalid error if not.
36
dynamic_cast<const
SimpleDateFormat
*>(reinterpret_cast<const DateFormat*>(fmt))==NULL) {
42
//
SimpleDateFormat
::fgPatternIndexToDateFormatField and
43
//
SimpleDateFormat
::fgPatternIndexToCalendarField arrays.
114
fmt = new
SimpleDateFormat
(pat, *status);
117
fmt = new
SimpleDateFormat
(pat, Locale(locale), *status);
311
return ((
SimpleDateFormat
*)fmt)->get2DigitYearStart(*status);
321
((
SimpleDateFormat
*)fmt)->set2DigitYearStart(d, *status);
341
const
SimpleDateFormat
*sdtfmt=dynamic_cast<const
SimpleDateFormat
*>(df)
[
all
...]
datefmt.cpp
371
// Try to create a
SimpleDateFormat
of the desired style.
372
SimpleDateFormat
*f = new
SimpleDateFormat
(timeStyle, dateStyle, locale, status);
379
f = new
SimpleDateFormat
(locale, status);
/frameworks/base/media/java/android/media/
ExifInterface.java
21
import java.text.
SimpleDateFormat
;
98
private static
SimpleDateFormat
sFormatter;
102
sFormatter = new
SimpleDateFormat
("yyyy:MM:dd HH:mm:ss");
/libcore/luni/src/main/java/java/sql/
Timestamp.java
21
import java.text.
SimpleDateFormat
;
417
SimpleDateFormat
df = new
SimpleDateFormat
("yyyy-MM-dd HH:mm:ss", Locale.US);
422
* a Date object using the
SimpleDateFormat
. This should stop after the
423
* seconds value, according to the definition of
SimpleDateFormat
.parse,
/libcore/luni/src/main/java/java/text/
DateFormat.java
33
* The most common subclass is {@link
SimpleDateFormat
}.
391
return new
SimpleDateFormat
(LocaleData.get(locale).getDateFormat(style), locale);
445
return new
SimpleDateFormat
(pattern, locale);
511
return new
SimpleDateFormat
(LocaleData.get(locale).getTimeFormat(style), locale);
661
* {@link
SimpleDateFormat
#formatToCharacterIterator(Object)} method returns.
SimpleDateFormat.java
152
*
SimpleDateFormat
sdf = new
SimpleDateFormat
(format, Locale.US);
173
* <p>As this example shows, each {@code
SimpleDateFormat
} instance has a {@link TimeZone}.
176
* By default, {@code
SimpleDateFormat
} will use the system's default time zone. This is
189
* {@code
SimpleDateFormat
} is not thread-safe. Users should create a separate instance for
197
public class
SimpleDateFormat
extends DateFormat {
224
* Constructs a new {@code
SimpleDateFormat
} for formatting and parsing
228
public
SimpleDateFormat
() {
235
* Constructs a new {@code
SimpleDateFormat
} using the specified
248
public
SimpleDateFormat
(String pattern)
[
all
...]
MessageFormat.java
188
* <td>{@code new
SimpleDateFormat
(subformatPattern, getLocale())}</td>
213
* <td>{@code new
SimpleDateFormat
(subformatPattern, getLocale())}</td>
[
all
...]
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapMessageListingElement.java
20
import java.text.
SimpleDateFormat
;
71
SimpleDateFormat
format = new
SimpleDateFormat
("yyyyMMdd'T'HHmmss");
/packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/
BluetoothMapContentTest.java
9
import java.text.
SimpleDateFormat
;
45
SimpleDateFormat
format = new
SimpleDateFormat
("yyyyMMdd'T'HHmmss");
/packages/apps/Camera/src/com/android/camera/
CameraHolder.java
33
import java.text.
SimpleDateFormat
;
74
private static
SimpleDateFormat
sDateFormat = new
SimpleDateFormat
(
/packages/apps/Camera2/src/com/android/camera/
CameraHolder.java
33
import java.text.
SimpleDateFormat
;
74
private static
SimpleDateFormat
sDateFormat = new
SimpleDateFormat
(
/packages/apps/UnifiedEmail/src/com/android/mail/utils/
AttachmentUtils.java
39
import java.text.
SimpleDateFormat
;
189
final
SimpleDateFormat
dateFormat = new
SimpleDateFormat
("yyyy-MM-dd-kk:mm:ss");
/external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/
Support_SimpleDateFormat.java
22
import java.text.
SimpleDateFormat
;
56
SimpleDateFormat
format = (
SimpleDateFormat
) DateFormat
143
SimpleDateFormat
format = (
SimpleDateFormat
) DateFormat
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/utils/
Util.java
22
import java.text.
SimpleDateFormat
;
119
public static final
SimpleDateFormat
DATE_FORMAT = new
SimpleDateFormat
("yyyyMMddHHmm"); //$NON-NLS-1$
465
SimpleDateFormat
dateFormat = new
SimpleDateFormat
("KK:mm:ss"); //$NON-NLS-1$
/frameworks/opt/datetimepicker/src/com/android/datetimepicker/date/
DatePickerDialog.java
43
import java.text.
SimpleDateFormat
;
77
private static
SimpleDateFormat
YEAR_FORMAT = new
SimpleDateFormat
("yyyy", Locale.getDefault());
78
private static
SimpleDateFormat
DAY_FORMAT = new
SimpleDateFormat
("dd", Locale.getDefault());
DayPickerView.java
38
import java.text.
SimpleDateFormat
;
64
private static
SimpleDateFormat
YEAR_FORMAT = new
SimpleDateFormat
("yyyy", Locale.getDefault());
/libcore/luni/src/test/java/libcore/java/text/
OldDateFormatTest.java
23
import java.text.
SimpleDateFormat
;
93
SimpleDateFormat
sdf = new
SimpleDateFormat
("M/d/yy h:mm a", Locale.US);
113
SimpleDateFormat
sdf = new
SimpleDateFormat
("M/d/yy h:mm a", Locale.US);
351
String formatPattern = ((
SimpleDateFormat
) format).toPattern();
/cts/tests/tests/text/src/android/text/format/cts/
DateFormatTest.java
27
import java.text.
SimpleDateFormat
;
197
SimpleDateFormat
sdf = new
SimpleDateFormat
(pattern);
/external/apache-http/src/org/apache/commons/logging/impl/
SimpleLog.java
27
import java.text.
SimpleDateFormat
;
59
* used in <code>java.text.
SimpleDateFormat
</code>. If the format is not
172
dateFormatter = new
SimpleDateFormat
(dateTimeFormat);
176
dateFormatter = new
SimpleDateFormat
(dateTimeFormat);
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/samples/simplecamera/
SmartCamera.java
44
import java.text.
SimpleDateFormat
;
117
SimpleDateFormat
sdf = new
SimpleDateFormat
("yyyy-MM-dd_HH:mm:ss");
Completed in 682 milliseconds
1
2
3
4
5
6
7
8
9
10
11