Home | History | Annotate | Download | only in common

Lines Matching refs:bytes

112         /* copy an even number of bytes for complete UChars */
183 length=2; /* 2 bytes to output */
196 length=0; /* from here on, length counts the bytes in overflow[] */
215 length=4; /* 4 bytes to output */
232 /* output length bytes with overflow (length>targetCapacity>0) */
317 /* continue collecting bytes for the trail surrogate */
356 * used for the lead unit's bytes
374 /* copy an even number of bytes for complete UChars */
536 /* too few (2 or 3) bytes for a surrogate pair: truncated code point */
537 uint8_t *bytes=pArgs->converter->toUBytes;
541 *bytes++=*s++;
554 uint8_t *bytes=pArgs->converter->toUBytes;
556 *bytes=*(s-2);
557 bytes[1]=*(s-1);
714 /* copy an even number of bytes for complete UChars */
785 length=2; /* 2 bytes to output */
798 length=0; /* from here on, length counts the bytes in overflow[] */
817 length=4; /* 4 bytes to output */
834 /* output length bytes with overflow (length>targetCapacity>0) */
919 /* continue collecting bytes for the trail surrogate */
958 * used for the lead unit's bytes
976 /* copy an even number of bytes for complete UChars */
1138 /* too few (2 or 3) bytes for a surrogate pair: truncated code point */
1139 uint8_t *bytes=pArgs->converter->toUBytes;
1143 *bytes++=*s++;
1156 uint8_t *bytes=pArgs->converter->toUBytes;
1158 *bytes=*(s-2);
1159 bytes[1]=*(s-1);
1266 * During detection: state==number of initial bytes seen so far.
1330 * offsetDelta will have the number of the BOM bytes that are in the current buffer.