Home
last modified time | relevance | path

Searched refs:invalidCharBuffer (Results 1 – 4 of 4) sorted by relevance

/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
DCharsetDecoderICU.java38 char[] invalidCharBuffer = new char[128]; field in CharsetDecoderICU
621 copy(toUBytesArray, 0, invalidCharBuffer, 0, errorInputLength); in toUnicodeWithCallback()
628 …oCharErrorBehaviour.call(this, toUContext, source, target, offsets, invalidCharBuffer, errorInputL… in toUnicodeWithCallback()
/external/icu/icu4c/source/common/
Ducnv_bld.h223 … char invalidCharBuffer[UCNV_MAX_CHAR_LEN]; /* bytes from last error/callback situation */ member
Ducnv.cpp1529 uprv_memcpy(cnv->invalidCharBuffer, cnv->toUBytes, errorInputLength); in _toUnicodeWithCallback()
1540 cnv->invalidCharBuffer, errorInputLength, in _toUnicodeWithCallback()
2714 uprv_memcpy (errBytes, converter->invalidCharBuffer, *len); in ucnv_getInvalidChars()
Ducnv2022.cpp1338 … uprv_memcpy(saveThis->invalidCharBuffer, myData->currentConverter->invalidCharBuffer, length); in T_UConverter_toUnicode_ISO_2022_OFFSETS_LOGIC()