OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:toULength
(Results
1 - 16
of
16
) sorted by null
/external/icu4c/common/
ucnv_u8.c
107
i = cnv->
toULength
; /* restore # of bytes consumed */
108
cnv->
toULength
= 0;
149
cnv->
toULength
= (int8_t) i;
200
cnv->
toULength
= (int8_t)i;
237
i = cnv->
toULength
; /* restore # of bytes consumed */
238
cnv->
toULength
= 0;
277
cnv->
toULength
= (int8_t)i;
330
cnv->
toULength
= (int8_t)i;
632
cnv->
toULength
= 1;
655
cnv->
toULength
= i
[
all
...]
ucnv_u16.c
295
cnv->
toULength
=1;
298
if((count=cnv->
toULength
)!=0) {
361
cnv->
toULength
=2;
371
cnv->
toULength
=(int8_t)count;
442
cnv->
toULength
=2;
456
cnv->
toULength
=0;
478
cnv->toUBytes[cnv->
toULength
++]=*source++;
510
pArgs->converter->
toULength
=1;
539
pArgs->converter->
toULength
=(int8_t)(sourceLimit-s);
555
pArgs->converter->
toULength
=2
[
all
...]
ucnv_u32.c
57
i = args->converter->
toULength
; /* restore # of bytes consumed */
58
args->converter->
toULength
= 0;
78
args->converter->
toULength
= (int8_t) i;
107
args->converter->
toULength
= (int8_t)i;
138
i = args->converter->
toULength
; /* restore # of bytes consumed */
139
args->converter->
toULength
= 0;
159
args->converter->
toULength
= (int8_t) i;
191
args->converter->
toULength
= (int8_t)i;
439
args->converter->
toULength
= (int8_t)length;
457
args->converter->
toULength
= 4
[
all
...]
ucnvmbcs.c
[
all
...]
ucnvscsu.c
169
cnv->
toULength
=0;
378
cnv->
toULength
=1;
384
cnv->
toULength
=1;
389
cnv->
toULength
=2;
443
cnv->
toULength
=2;
455
cnv->
toULength
=2;
466
cnv->
toULength
=2;
504
cnv->
toULength
=1;
515
cnv->
toULength
=1;
521
cnv->
toULength
=1
[
all
...]
ucnv2022.cpp
432
cnv->
toULength
=0; /* byteIndex */
[
all
...]
ucnvhz.c
201
args->converter->
toULength
= 2;
226
args->converter->
toULength
= 1;
231
args->converter->
toULength
= 2;
313
args->converter->
toULength
=2;
317
args->converter->
toULength
=1;
ucnv_ct.c
491
if (args->converter->
toULength
> 0) {
498
tmpState = findStateFromEscSeq(mySource, mySourceLimit, args->converter->toUBytes, args->converter->
toULength
, err);
502
args->converter->toUBytes[args->converter->
toULength
++] = *mySource++;
507
if (args->converter->
toULength
== 0) {
518
sourceOffset = uprv_strlen((char*)escSeqCompoundText[currentState]) - args->converter->
toULength
;
522
args->converter->
toULength
= 0;
ucnv_bld.h
182
int8_t
toULength
; /* number of bytes in toUBytes */
ucnvlat1.c
350
utf8->
toULength
=0;
408
utf8->
toULength
=1;
556
cnv->
toULength
=1;
594
cnv->
toULength
=1;
ucnv.c
609
converter->
toULength
= 0;
[
all
...]
ucnv_lmb.c
[
all
...]
ucnv_u7.c
184
cnv->
toULength
=0;
245
byteIndex=cnv->
toULength
;
447
cnv->
toULength
=byteIndex;
[
all
...]
ucnvbocu.cpp
262
* mode decoder's incomplete (diff<<2)|count (ignored when
toULength
==0)
967
diff=cnv->mode; /* mode may be set to UCNV_SI by ucnv_bld.c but then
toULength
==0 */
971
byteIndex=cnv->
toULength
;
[
all
...]
ucnvisci.c
[
all
...]
ucnv_ext.cpp
431
cnv->
toULength
=cnv->preToUFirstLength;
[
all
...]
Completed in 2673 milliseconds