Home | History | Annotate | Download | only in common

Lines Matching defs: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);
711 /* copy an even number of bytes for complete UChars */
782 length=2; /* 2 bytes to output */
795 length=0; /* from here on, length counts the bytes in overflow[] */
814 length=4; /* 4 bytes to output */
831 /* output length bytes with overflow (length>targetCapacity>0) */
916 /* continue collecting bytes for the trail surrogate */
955 * used for the lead unit's bytes
973 /* copy an even number of bytes for complete UChars */
1135 /* too few (2 or 3) bytes for a surrogate pair: truncated code point */
1136 uint8_t *bytes=pArgs->converter->toUBytes;
1140 *bytes++=*s++;
1153 uint8_t *bytes=pArgs->converter->toUBytes;
1155 *bytes=*(s-2);
1156 bytes[1]=*(s-1);
1260 * During detection: state==number of initial bytes seen so far.
1338 * offsetDelta will have the number of the BOM bytes that are in the current buffer.