Home
last modified time | relevance | path

Searched refs:errorInputLength (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
DCharsetDecoderICU.java399 int errorInputLength; in toUnicodeWithCallback() local
468 errorInputLength=0; in toUnicodeWithCallback()
619 errorInputLength=invalidCharLength=toULength; in toUnicodeWithCallback()
620 if(errorInputLength>0) { in toUnicodeWithCallback()
621 copy(toUBytesArray, 0, invalidCharBuffer, 0, errorInputLength); in toUnicodeWithCallback()
628 …Behaviour.call(this, toUContext, source, target, offsets, invalidCharBuffer, errorInputLength, cr); in toUnicodeWithCallback()
DCharsetEncoderICU.java394 int errorInputLength; in fromUnicodeWithCallback() local
460 errorInputLength = 0; in fromUnicodeWithCallback()
608 errorInputLength = UTF16.append(invalidUCharBuffer, 0, in fromUnicodeWithCallback()
610 invalidUCharLength = errorInputLength; in fromUnicodeWithCallback()
/external/icu/icu4c/source/common/
Ducnv.cpp758 int32_t sourceIndex, int32_t errorInputLength) { in _updateOffsets() argument
768 delta=sourceIndex-errorInputLength; in _updateOffsets()
833 int32_t errorInputLength; in _fromUnicodeWithCallback() local
926 errorInputLength=0; in _fromUnicodeWithCallback()
941 _updateOffsets(offsets, length, sourceIndex, errorInputLength); in _fromUnicodeWithCallback()
1085 errorInputLength=0; in _fromUnicodeWithCallback()
1086 U16_APPEND_UNSAFE(cnv->invalidUCharBuffer, errorInputLength, codePoint); in _fromUnicodeWithCallback()
1087 cnv->invalidUCharLength=(int8_t)errorInputLength; in _fromUnicodeWithCallback()
1094 cnv->invalidUCharBuffer, errorInputLength, codePoint, in _fromUnicodeWithCallback()
1278 int32_t errorInputLength; in _toUnicodeWithCallback() local
[all …]