Home | History | Annotate | Download | only in common

Lines Matching defs:bytes

114         /* copy an even number of bytes for complete UChars */
185 length=2; /* 2 bytes to output */
198 length=0; /* from here on, length counts the bytes in overflow[] */
217 length=4; /* 4 bytes to output */
234 /* output length bytes with overflow (length>targetCapacity>0) */
319 /* continue collecting bytes for the trail surrogate */
358 * used for the lead unit's bytes
376 /* copy an even number of bytes for complete UChars */
538 /* too few (2 or 3) bytes for a surrogate pair: truncated code point */
539 uint8_t *bytes=pArgs->converter->toUBytes;
543 *bytes++=*s++;
556 uint8_t *bytes=pArgs->converter->toUBytes;
558 *bytes=*(s-2);
559 bytes[1]=*(s-1);
713 /* copy an even number of bytes for complete UChars */
784 length=2; /* 2 bytes to output */
797 length=0; /* from here on, length counts the bytes in overflow[] */
816 length=4; /* 4 bytes to output */
833 /* output length bytes with overflow (length>targetCapacity>0) */
918 /* continue collecting bytes for the trail surrogate */
957 * used for the lead unit's bytes
975 /* copy an even number of bytes for complete UChars */
1137 /* too few (2 or 3) bytes for a surrogate pair: truncated code point */
1138 uint8_t *bytes=pArgs->converter->toUBytes;
1142 *bytes++=*s++;
1155 uint8_t *bytes=pArgs->converter->toUBytes;
1157 *bytes=*(s-2);
1158 bytes[1]=*(s-1);
1262 * During detection: state==number of initial bytes seen so far.
1340 * offsetDelta will have the number of the BOM bytes that are in the current buffer.