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 36 char[] invalidCharBuffer = new char[128];
610 /* copy toUBytes[] to invalidCharBuffer[] */
613 copy(toUBytesArray, 0, invalidCharBuffer, 0, errorInputLength);
620 cr = toCharErrorBehaviour.call(this, toUContext, source, target, offsets, invalidCharBuffer, errorInputLength, cr);
  /external/icu/icu4c/source/common/
ucnv_bld.h 221 char invalidCharBuffer[UCNV_MAX_CHAR_LEN]; /* bytes from last error/callback situation */

Completed in 50 milliseconds