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
355
/* private void updateOffsets(IntBuffer offsets,int length, int sourceIndex, int
errorInputLength
) {
365
/* delta=sourceIndex-
errorInputLength
;
399
int
errorInputLength
;
468
errorInputLength
=0;
485
updateOffsets(offsets, length, sourceIndex,
errorInputLength
);
619
errorInputLength
=invalidCharLength=toULength;
620
if(
errorInputLength
>0) {
621
copy(toUBytesArray, 0, invalidCharBuffer, 0,
errorInputLength
);
628
cr = toCharErrorBehaviour.call(this, toUContext, source, target, offsets, invalidCharBuffer,
errorInputLength
, cr);
CharsetEncoderICU.java
394
int
errorInputLength
;
460
errorInputLength
= 0;
608
errorInputLength
= UTF16.append(invalidUCharBuffer, 0,
610
invalidUCharLength =
errorInputLength
;
[
all
...]
/external/icu/icu4c/source/common/
ucnv.cpp
758
int32_t sourceIndex, int32_t
errorInputLength
) {
768
delta=sourceIndex-
errorInputLength
;
833
int32_t
errorInputLength
;
926
errorInputLength
=0;
941
_updateOffsets(offsets, length, sourceIndex,
errorInputLength
);
[
all
...]
Completed in 105 milliseconds