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.java34 int charErrorBufferLength; field in class:CharsetDecoderICU
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/
H A Ducnv_bld.h214 int8_t charErrorBufferLength; /* number of valid bytes in charErrorBuffer */ member in struct:UConverter

Completed in 71 milliseconds