OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:toULength
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/icu/source/common/
ucnv_u8.c
104
i = cnv->
toULength
; /* restore # of bytes consumed */
105
cnv->
toULength
= 0;
146
cnv->
toULength
= (int8_t) i;
197
cnv->
toULength
= (int8_t)i;
234
i = cnv->
toULength
; /* restore # of bytes consumed */
235
cnv->
toULength
= 0;
274
cnv->
toULength
= (int8_t)i;
327
cnv->
toULength
= (int8_t)i;
629
cnv->
toULength
= 1;
652
cnv->
toULength
= i
[
all
...]
ucnv_bld.h
181
int8_t
toULength
; /* number of bytes in toUBytes */
ucnvmbcs.c
[
all
...]
/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_bld.h
182
int8_t
toULength
; /* number of bytes in toUBytes */
ucnvmbcs.c
[
all
...]
Completed in 136 milliseconds