Searched refs:errorInputLength (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/icu/source/common/
H A Ducnv.c766 int32_t sourceIndex, int32_t errorInputLength) {
776 delta=sourceIndex-errorInputLength;
841 int32_t errorInputLength; local
934 errorInputLength=0;
949 _updateOffsets(offsets, length, sourceIndex, errorInputLength);
1093 errorInputLength=0;
1094 U16_APPEND_UNSAFE(cnv->invalidUCharBuffer, errorInputLength, codePoint);
1095 cnv->invalidUCharLength=(int8_t)errorInputLength;
1102 cnv->invalidUCharBuffer, errorInputLength, codePoint,
1286 int32_t errorInputLength; local
765 _updateOffsets(int32_t *offsets, int32_t length, int32_t sourceIndex, int32_t errorInputLength) argument
[all...]
/external/icu/icu4c/source/common/
H A Ducnv.c766 int32_t sourceIndex, int32_t errorInputLength) {
776 delta=sourceIndex-errorInputLength;
841 int32_t errorInputLength; local
934 errorInputLength=0;
949 _updateOffsets(offsets, length, sourceIndex, errorInputLength);
1093 errorInputLength=0;
1094 U16_APPEND_UNSAFE(cnv->invalidUCharBuffer, errorInputLength, codePoint);
1095 cnv->invalidUCharLength=(int8_t)errorInputLength;
1102 cnv->invalidUCharBuffer, errorInputLength, codePoint,
1286 int32_t errorInputLength; local
765 _updateOffsets(int32_t *offsets, int32_t length, int32_t sourceIndex, int32_t errorInputLength) argument
[all...]

Completed in 200 milliseconds