Searched defs:FULL (Results 1 - 4 of 4) sorted by relevance

/libcore/ojluni/src/main/java/java/time/format/
H A DFormatStyle.java82 FULL, enum constant in enum:FormatStyle
H A DTextStyle.java94 FULL(Calendar.LONG_FORMAT, 0), enum constant in enum:TextStyle
/libcore/ojluni/src/main/java/java/util/concurrent/
H A DExchanger.java282 static final int FULL = (NCPU >= (MMASK << 1)) ? MMASK : NCPU >>> 1; field in class:Exchanger
429 else if ((c = p.collides) < m || m == FULL ||
470 arena = new Node[(FULL + 2) << ASHIFT];
/libcore/ojluni/src/main/java/java/text/
H A DDateFormat.java62 * styles. The formatting styles include {@link #FULL}, {@link #LONG}, {@link #MEDIUM}, and {@link #SHORT}. More
107 * result; from {@link #SHORT} to {@link #MEDIUM} to {@link #LONG} to {@link #FULL}. The exact result depends
112 * <li>{@link #FULL} is pretty completely specified, such as
426 public static final int FULL = 0; field in class:DateFormat

Completed in 84 milliseconds