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

/dalvik/libcore/nio_char/src/main/java/java/nio/charset/
H A DCoderResult.java32 * <li>OVERFLOW indicates an insufficient output buffer size. It is represented
33 * by the unique object <code>CoderResult.OVERFLOW</code>.
69 public static final CoderResult OVERFLOW = new CoderResult(TYPE_OVERFLOW, 0); field in class:CoderResult
273 dsc = "OVERFLOW error"; //$NON-NLS-1$

Completed in 143 milliseconds