Searched defs:charErrorBufferLength (Results 1 - 2 of 2) sorted by relevance

/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
H A DCharsetDecoderICU.java36 int charErrorBufferLength; field in class:CharsetDecoderICU
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/
H A Ducnv_bld.h216 int8_t charErrorBufferLength; /* number of valid bytes in charErrorBuffer */ member in struct:UConverter

Completed in 170 milliseconds