Searched refs:unmappable (Results 1 – 2 of 2) sorted by relevance
197 final Map<Integer, CoderResult> unmappable = new ConcurrentHashMap<>(); field in CoderResult.Cache247 return Cache.INSTANCE.unmappable.computeIfAbsent(length, in unmappableForLength()
86 * $outSequence$ then an <i>unmappable character</i> has been encountered.110 * <p> The default action for malformed-input and unmappable-character errors114 * unmappable-character action may be changed via the {@link430 * Returns this $coder$'s current action for unmappable-character errors.432 * @return The current unmappable-character action, which is never440 * 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 an547 * unmappable-character error has been detected. The $itype$s that[all …]