OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:YEARS
(Results
1 - 3
of
3
) sorted by null
/dalvik/libcore/xml/src/main/java/javax/xml/datatype/
DatatypeConstants.java
127
* <p>A constant that represents the
years
field.</p>
129
public static final Field
YEARS
= new Field("
YEARS
", 0);
Duration.java
35
* which consists of six fields (
years
, months, days, hours,
159
boolean yearSet = isSet(DatatypeConstants.
YEARS
);
219
* <p>Get the
years
value of this <code>Duration</code> as an <code>int</code> or <code>0</code> if not present.</p>
222
* {@link #getField(DatatypeConstants.Field field) getField(DatatypeConstants.
YEARS
)}.</p>
225
* with
years
that go beyond the range of an <code>int</code>.
226
* Use {@link #getField(DatatypeConstants.Field field) getField(DatatypeConstants.
YEARS
)} to avoid possible loss of precision.</p>
228
* @return If the
years
field is present, return its value as an <code>int</code>, else return <code>0</code>.
231
return getFieldValueAsInt(DatatypeConstants.
YEARS
);
384
* In case of
YEARS
, MONTHS, DAYS, HOURS, and MINUTES, the returned
389
* one of the six Field constants (
YEARS
,MONTHS,DAYS,HOURS
898
BigInteger
years
= (BigInteger) getField(DatatypeConstants.YEARS);
local
[
all
...]
/prebuilt/sdk/8/
android.jar
Completed in 43 milliseconds