OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:preToULength
(Results
1 - 8
of
8
) sorted by null
/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
CharsetDecoderICU.java
50
int
preToULength
; /* negative: replay */
211
preToULength
= 0; /* negative: replay */
330
if (!flush && !source.hasRemaining() && toULength == 0 &&
preToULength
>= 0) {
409
if(
preToULength
>=0) {
420
//UConverterUtility.uprv_memcpy(replayArray, replayBegin, preToUArray, preToUBegin, -
preToULength
);
421
replayArray.put(preToUArray,0, -
preToULength
);
424
source.limit(replayArrayIndex-
preToULength
);
427
preToULength
=0;
451
* need not check cnv->
preToULength
==0 because a replay (<0) will cause
496
if(
preToULength
<0)
[
all
...]
CharsetMBCS.java
[
all
...]
CharsetISO2022.java
[
all
...]
/external/icu/icu4c/source/common/
ucnv.c
609
converter->
preToULength
= 0;
[
all
...]
ucnv_ext.cpp
322
cnv->
preToULength
=(int8_t)match;
375
cnv->preToU, cnv->
preToULength
,
380
if(match>=cnv->
preToULength
) {
382
pArgs->source+=match-cnv->
preToULength
;
383
cnv->
preToULength
=0;
386
length=cnv->
preToULength
-match;
388
cnv->
preToULength
=(int8_t)-length;
405
for(j=cnv->
preToULength
; j<match; ++j) {
409
cnv->
preToULength
=(int8_t)match;
434
length=cnv->
preToULength
-cnv->preToUFirstLength
[
all
...]
ucnv_bld.h
234
int8_t preFromULength,
preToULength
; /* negative: replay */
ucnvmbcs.cpp
[
all
...]
ucnv2022.cpp
[
all
...]
Completed in 79 milliseconds