Home
last modified time | relevance | path

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

/third_party/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()
/third_party/node/deps/icu-small/source/common/
Ducnv_bld.h223 … char invalidCharBuffer[UCNV_MAX_CHAR_LEN]; /* bytes from last error/callback situation */ member
Ducnv.cpp1536 uprv_memcpy(cnv->invalidCharBuffer, cnv->toUBytes, errorInputLength); in _toUnicodeWithCallback()
1547 cnv->invalidCharBuffer, errorInputLength, in _toUnicodeWithCallback()
2726 uprv_memcpy (errBytes, converter->invalidCharBuffer, *len); in ucnv_getInvalidChars()
Ducnv2022.cpp1332 … uprv_memcpy(saveThis->invalidCharBuffer, myData->currentConverter->invalidCharBuffer, length); in T_UConverter_toUnicode_ISO_2022_OFFSETS_LOGIC()
/third_party/skia/third_party/externals/icu/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.cpp1332 … uprv_memcpy(saveThis->invalidCharBuffer, myData->currentConverter->invalidCharBuffer, length); in T_UConverter_toUnicode_ISO_2022_OFFSETS_LOGIC()
/third_party/icu/icu4c/source/common/
Ducnv_bld.h223 … char invalidCharBuffer[UCNV_MAX_CHAR_LEN]; /* bytes from last error/callback situation */ member
Ducnv.cpp1536 uprv_memcpy(cnv->invalidCharBuffer, cnv->toUBytes, errorInputLength); in _toUnicodeWithCallback()
1547 cnv->invalidCharBuffer, errorInputLength, in _toUnicodeWithCallback()
2721 uprv_memcpy (errBytes, converter->invalidCharBuffer, *len); in ucnv_getInvalidChars()
Ducnv2022.cpp1332 … uprv_memcpy(saveThis->invalidCharBuffer, myData->currentConverter->invalidCharBuffer, length); in T_UConverter_toUnicode_ISO_2022_OFFSETS_LOGIC()