Home | History | Annotate | Download | only in common

Lines Matching refs:errorInputLength

758                int32_t sourceIndex, int32_t errorInputLength) {
768 delta=sourceIndex-errorInputLength;
833 int32_t errorInputLength;
926 errorInputLength=0;
941 _updateOffsets(offsets, length, sourceIndex, errorInputLength);
1085 errorInputLength=0;
1086 U16_APPEND_UNSAFE(cnv->invalidUCharBuffer, errorInputLength, codePoint);
1087 cnv->invalidUCharLength=(int8_t)errorInputLength;
1094 cnv->invalidUCharBuffer, errorInputLength, codePoint,
1278 int32_t errorInputLength;
1371 errorInputLength=0;
1386 _updateOffsets(offsets, length, sourceIndex, errorInputLength);
1527 errorInputLength=cnv->invalidCharLength=cnv->toULength;
1528 if(errorInputLength>0) {
1529 uprv_memcpy(cnv->invalidCharBuffer, cnv->toUBytes, errorInputLength);
1540 cnv->invalidCharBuffer, errorInputLength,