OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dateTimeFormat
(Results
1 - 5
of
5
) sorted by null
/external/apache-http/src/org/apache/commons/logging/impl/
SimpleLog.java
56
* <li><code>org.apache.commons.logging.simplelog.
dateTimeFormat
</code> -
101
static protected String
dateTimeFormat
= DEFAULT_DATE_TIME_FORMAT;
169
dateTimeFormat
= getStringProperty(systemPrefix + "
dateTimeFormat
",
170
dateTimeFormat
);
172
dateFormatter = new SimpleDateFormat(
dateTimeFormat
);
175
dateTimeFormat
= DEFAULT_DATE_TIME_FORMAT;
176
dateFormatter = new SimpleDateFormat(
dateTimeFormat
);
/external/icu4c/i18n/unicode/
dtptngen.h
220
* its
datetimeFormat
is the default "{0} {1}". Then if the input skeleton
226
* @param
dateTimeFormat
231
void setDateTimeFormat(const UnicodeString&
dateTimeFormat
);
235
* @return
DateTimeFormat
.
441
UnicodeString
dateTimeFormat
;
/external/icu4c/i18n/
dtitvfmt.cpp
705
const UChar*
dateTimeFormat
= ures_getStringByIndex(
715
concatSingleDate2TimeInterval(
dateTimeFormat
, dateTimeFormatLength,
717
concatSingleDate2TimeInterval(
dateTimeFormat
, dateTimeFormatLength,
719
concatSingleDate2TimeInterval(
dateTimeFormat
, dateTimeFormatLength,
[
all
...]
dtptngen.cpp
309
dateTimeFormat
= other.
dateTimeFormat
;
312
dateTimeFormat
.getTerminatedBuffer();
341
(
dateTimeFormat
==other.
dateTimeFormat
) && (decimal==other.decimal)) {
830
dateTimeFormat
= dtFormat;
832
dateTimeFormat
.getTerminatedBuffer();
837
return
dateTimeFormat
;
[
all
...]
/prebuilt/common/http-client/
commons-logging-1.1.1.jar
Completed in 673 milliseconds