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

  /external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
CharsetDecoderICU.java 38 char[] invalidCharBuffer = new char[128];
618 /* copy toUBytes[] to invalidCharBuffer[] */
621 copy(toUBytesArray, 0, invalidCharBuffer, 0, errorInputLength);
628 cr = toCharErrorBehaviour.call(this, toUContext, source, target, offsets, invalidCharBuffer, errorInputLength, cr);
  /external/icu/icu4c/source/common/
ucnv_bld.h 223 char invalidCharBuffer[UCNV_MAX_CHAR_LEN]; /* bytes from last error/callback situation */

Completed in 1021 milliseconds