Searched refs:errorInputLength (Results 1 – 3 of 3) sorted by relevance
/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/ |
D | CharsetDecoderICU.java | 391 int errorInputLength; in toUnicodeWithCallback() local 460 errorInputLength=0; in toUnicodeWithCallback() 611 errorInputLength=invalidCharLength=toULength; in toUnicodeWithCallback() 612 if(errorInputLength>0) { in toUnicodeWithCallback() 613 copy(toUBytesArray, 0, invalidCharBuffer, 0, errorInputLength); in toUnicodeWithCallback() 620 …Behaviour.call(this, toUContext, source, target, offsets, invalidCharBuffer, errorInputLength, cr); in toUnicodeWithCallback()
|
D | CharsetEncoderICU.java | 386 int errorInputLength; in fromUnicodeWithCallback() local 452 errorInputLength = 0; in fromUnicodeWithCallback() 600 errorInputLength = UTF16.append(invalidUCharBuffer, 0, in fromUnicodeWithCallback() 602 invalidUCharLength = errorInputLength; in fromUnicodeWithCallback()
|
/external/icu/icu4c/source/common/ |
D | ucnv.c | 766 int32_t sourceIndex, int32_t errorInputLength) { in _updateOffsets() argument 776 delta=sourceIndex-errorInputLength; in _updateOffsets() 841 int32_t errorInputLength; in _fromUnicodeWithCallback() local 934 errorInputLength=0; in _fromUnicodeWithCallback() 949 _updateOffsets(offsets, length, sourceIndex, errorInputLength); in _fromUnicodeWithCallback() 1093 errorInputLength=0; in _fromUnicodeWithCallback() 1094 U16_APPEND_UNSAFE(cnv->invalidUCharBuffer, errorInputLength, codePoint); in _fromUnicodeWithCallback() 1095 cnv->invalidUCharLength=(int8_t)errorInputLength; in _fromUnicodeWithCallback() 1102 cnv->invalidUCharBuffer, errorInputLength, codePoint, in _fromUnicodeWithCallback() 1286 int32_t errorInputLength; in _toUnicodeWithCallback() local [all …]
|