OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:errorInputLength
(Results
1 - 3
of
3
) sorted by null
/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
CharsetDecoderICU.java
347
/* private void updateOffsets(IntBuffer offsets,int length, int sourceIndex, int
errorInputLength
) {
357
/* delta=sourceIndex-
errorInputLength
;
391
int
errorInputLength
;
460
errorInputLength
=0;
477
updateOffsets(offsets, length, sourceIndex,
errorInputLength
);
611
errorInputLength
=invalidCharLength=toULength;
612
if(
errorInputLength
>0) {
613
copy(toUBytesArray, 0, invalidCharBuffer, 0,
errorInputLength
);
620
cr = toCharErrorBehaviour.call(this, toUContext, source, target, offsets, invalidCharBuffer,
errorInputLength
, cr);
CharsetEncoderICU.java
386
int
errorInputLength
;
452
errorInputLength
= 0;
600
errorInputLength
= UTF16.append(invalidUCharBuffer, 0,
602
invalidUCharLength =
errorInputLength
;
[
all
...]
/external/icu/icu4c/source/common/
ucnv.c
756
int32_t sourceIndex, int32_t
errorInputLength
) {
766
delta=sourceIndex-
errorInputLength
;
831
int32_t
errorInputLength
;
924
errorInputLength
=0;
939
_updateOffsets(offsets, length, sourceIndex,
errorInputLength
);
[
all
...]
Completed in 97 milliseconds