OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SimpleDateFormat
(Results
1 - 17
of
17
) sorted by null
/external/icu4c/i18n/unicode/
smpdtfmt.h
47
*
SimpleDateFormat
is a concrete class for formatting and parsing dates in a
54
* explicitly constructing an instance of
SimpleDateFormat
. This way, the client
57
* the default patterns in the locales, he can construct a
SimpleDateFormat
directly
149
*
SimpleDateFormat
* formatter
150
* = new
SimpleDateFormat
("yyyy.MM.dd G 'at' hh:mm:ss a zzz", success );
171
*
SimpleDateFormat
must interpret the abbreviated year
173
* within 80 years before and 20 years after the time the
SimpleDateFormat
175
*
SimpleDateFormat
instance created on Jan 1, 1997, the string
203
* For time zones that have no names,
SimpleDateFormat
uses strings GMT+hours:minutes or
215
class U_I18N_API
SimpleDateFormat
: public DateFormat
[
all
...]
/libcore/luni/src/main/java/java/text/
SimpleDateFormat.java
159
*
SimpleDateFormat
sdf = new
SimpleDateFormat
(format, Locale.US);
180
* <p>As this example shows, each {@code
SimpleDateFormat
} instance has a {@link TimeZone}.
183
* By default, {@code
SimpleDateFormat
} will use the system's default time zone. This is
193
* {@code
SimpleDateFormat
} is not thread-safe. Users should create a separate instance for
201
public class
SimpleDateFormat
extends DateFormat {
228
* Constructs a new {@code
SimpleDateFormat
} for formatting and parsing
232
public
SimpleDateFormat
() {
239
* Constructs a new {@code
SimpleDateFormat
} using the specified
252
public
SimpleDateFormat
(String pattern)
[
all
...]
/libcore/luni/src/test/java/libcore/java/text/
OldSimpleDateFormatTest.java
23
import java.text.
SimpleDateFormat
;
33
SimpleDateFormat
format = new
SimpleDateFormat
("", Locale.ENGLISH);
35
SimpleDateFormat
pFormat = new
SimpleDateFormat
("", Locale.ENGLISH);
79
* java.text.
SimpleDateFormat
#
SimpleDateFormat
(java.lang.String,
83
// Test for method java.text.
SimpleDateFormat
(java.lang.String,
87
SimpleDateFormat
f2 = new
SimpleDateFormat
("y'y'yy", symbols)
[
all
...]
/external/icu4c/i18n/
smpdtfmt.cpp
65
// class
SimpleDateFormat
161
UOBJECT_DEFINE_RTTI_IMPLEMENTATION(
SimpleDateFormat
)
165
SimpleDateFormat
::~
SimpleDateFormat
()
191
SimpleDateFormat
::
SimpleDateFormat
(UErrorCode& status)
204
SimpleDateFormat
::
SimpleDateFormat
(const UnicodeString& pattern,
222
SimpleDateFormat
::
SimpleDateFormat
(const UnicodeString& pattern
[
all
...]
/external/webkit/Source/JavaScriptCore/icu/unicode/
urename.h
[
all
...]
/external/webkit/Source/JavaScriptGlue/icu/unicode/
urename.h
[
all
...]