Lines Matching refs:errorInputLength
758 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
1371 errorInputLength=0; in _toUnicodeWithCallback()
1386 _updateOffsets(offsets, length, sourceIndex, errorInputLength); in _toUnicodeWithCallback()
1527 errorInputLength=cnv->invalidCharLength=cnv->toULength; in _toUnicodeWithCallback()
1528 if(errorInputLength>0) { in _toUnicodeWithCallback()
1529 uprv_memcpy(cnv->invalidCharBuffer, cnv->toUBytes, errorInputLength); in _toUnicodeWithCallback()
1540 cnv->invalidCharBuffer, errorInputLength, in _toUnicodeWithCallback()