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 36 int charErrorBufferLength;
213 charErrorBufferLength = 0;
312 if (charErrorBufferLength > 0) {
321 } while (i < charErrorBufferLength);
323 charErrorBufferLength = (byte) j;
332 } while (i < charErrorBufferLength);
335 charErrorBufferLength = 0;
695 cnv.charErrorBufferLength= 0;
698 cnv.charErrorBufferArray[cnv.charErrorBufferLength++]=ucharsArray[ucharsBegin++];
  /external/icu/icu4c/source/common/
ucnv_bld.h 216 int8_t charErrorBufferLength; /* number of valid bytes in charErrorBuffer */

Completed in 118 milliseconds