Home
last modified time | relevance | path

Searched refs:malformed (Results 1 – 3 of 3) sorted by relevance

/libcore/ojluni/src/main/java/java/nio/charset/
DCoderResult.java198 final Map<Integer, CoderResult> malformed = new ConcurrentHashMap<>(); field in CoderResult.Cache
222 return Cache.INSTANCE.malformed.computeIfAbsent(length, in malformedForLength()
DCharset-X-Coder.java.template84 * sequence is $notLegal$ then the input is considered <i>malformed</i>. If
110 * <p> The default action for malformed-input and unmappable-character errors
112 * malformed-input error action may be changed via the {@link
389 * Returns this $coder$'s current action for malformed-input errors.
391 * @return The current malformed-input action, which is never {@code null}
398 * Changes this $coder$'s action for malformed-input errors.
419 * Reports a change to this $coder$'s malformed-input action.
423 * the malformed-input action. </p>
536 * malformed-input} result indicates that a malformed-input
537 * error has been detected. The malformed $itype$s begin at the input
[all …]
/libcore/ojluni/src/test/java/util/Properties/invalidxml/
DREADME.txt3 in this directory should be a malformed XML document that should cause the