Home
last modified time | relevance | path

Searched refs:unmappable (Results 1 – 2 of 2) sorted by relevance

/libcore/ojluni/src/main/java/java/nio/charset/
DCoderResult.java197 final Map<Integer, CoderResult> unmappable = new ConcurrentHashMap<>(); field in CoderResult.Cache
247 return Cache.INSTANCE.unmappable.computeIfAbsent(length, in unmappableForLength()
DCharset-X-Coder.java.template86 * $outSequence$ then an <i>unmappable character</i> has been encountered.
110 * <p> The default action for malformed-input and unmappable-character errors
114 * unmappable-character action may be changed via the {@link
430 * Returns this $coder$'s current action for unmappable-character errors.
432 * @return The current unmappable-character action, which is never
440 * Changes this $coder$'s action for unmappable-character errors.
463 * Reports a change to this $coder$'s unmappable-character action.
467 * the unmappable-character action. </p>
546 * unmappable-character} result indicates that an
547 * unmappable-character error has been detected. The $itype$s that
[all …]