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

  /external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
CharsetDecoderICU.java 34 int charErrorBufferLength;
206 charErrorBufferLength = 0;
304 if (charErrorBufferLength > 0) {
313 } while (i < charErrorBufferLength);
315 charErrorBufferLength = (byte) j;
324 } while (i < charErrorBufferLength);
327 charErrorBufferLength = 0;
687 cnv.charErrorBufferLength= 0;
690 cnv.charErrorBufferArray[cnv.charErrorBufferLength++]=ucharsArray[ucharsBegin++];
  /external/icu/icu4c/source/common/
ucnv_bld.h 214 int8_t charErrorBufferLength; /* number of valid bytes in charErrorBuffer */

Completed in 55 milliseconds