OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:yyyy
(Results
1 - 8
of
8
) sorted by null
/libcore/ojluni/src/main/java/java/sql/
Date.java
101
* in the format "
yyyy
-[m]m-[d]d". The leading zero for <code>mm</code>
106
* JDBC date escape format (
yyyy
-[m]m-[d]d)
126
String
yyyy
= s.substring(0, firstDash);
local
129
if (
yyyy
.length() == YEAR_LENGTH &&
132
int year = Integer.parseInt(
yyyy
);
151
* Formats a date in the date escape format
yyyy
-mm-dd.
153
* @return a String in
yyyy
-mm-dd format
Timestamp.java
41
* <li><code>19 </code>, which is the number of characters in
yyyy
-mm-dd hh:mm:ss
43
* of characters in the
yyyy
-mm-dd hh:mm:ss.[fff...] and <code>s</code> represents the scale of the given Timestamp,
158
* @param s timestamp in format <code>
yyyy
-[m]m-[d]d hh:mm:ss[.f...]</code>. The
164
* does not have the format <code>
yyyy
-[m]m-[d]d hh:mm:ss[.f...]</code>
188
String formatError = "Timestamp format must be
yyyy
-mm-dd hh:mm:ss[.fffffffff]";
219
String
yyyy
= date_s.substring(0, firstDash);
local
222
if (
yyyy
.length() == YEAR_LENGTH &&
225
year = Integer.parseInt(
yyyy
);
268
* <code>
yyyy
-mm-dd hh:mm:ss.fffffffff</code>,
272
* <code>
yyyy
-mm-dd hh:mm:ss.fffffffff</code> forma
[
all
...]
/prebuilts/devtools/tools/lib/
jcommon-1.0.12.jar
jfreechart-1.0.9.jar
/prebuilts/tools/common/jfreechart/
jcommon-1.0.12.jar
jfreechart-1.0.9.jar
/prebuilts/tools/common/m2/repository/jfree/jcommon/1.0.12/
jcommon-1.0.12.jar
/prebuilts/tools/common/m2/repository/jfree/jfreechart/1.0.9/
jfreechart-1.0.9.jar
Completed in 1092 milliseconds