HomeSort by relevance Sort by last modified time
    Searched refs:encodeMalformedOrUnmappable (Results 1 - 2 of 2) sorted by null

  /external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
Charset88591.java 85 * encodeMalformedOrUnmappable and move the source and target positions to reflect the
91 return encodeMalformedOrUnmappable(source, ch, flush);
115 * to deal with this by calling encodeMalformedOrUnmappable.
117 return encodeMalformedOrUnmappable(source, ch, flush);
CharsetASCII.java 280 * encodeMalformedOrUnmappable and move the source and target positions to reflect the
286 return encodeMalformedOrUnmappable(source, ch, flush);
310 * to deak with this by calling encodeMalformedOrUnmappable.
312 return encodeMalformedOrUnmappable(source, ch, flush);
319 protected final CoderResult encodeMalformedOrUnmappable(CharBuffer source, int ch, boolean flush) {

Completed in 111 milliseconds