HomeSort by relevance Sort by last modified time
    Searched refs:invalidCharBuffer (Results 1 - 4 of 4) 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 216 char invalidCharBuffer[UCNV_MAX_CHAR_LEN]; /* bytes from last error/callback situation */
ucnv.c     [all...]
ucnv2022.cpp     [all...]

Completed in 48 milliseconds