Home | History | Annotate | Download | only in Lex

Lines Matching full:bytestowrite

381   unsigned short bytesToWrite = 0;
383 bytesToWrite = 1;
385 bytesToWrite = 2;
387 bytesToWrite = 3;
389 bytesToWrite = 4;
400 ResultBuf += bytesToWrite;
401 switch (bytesToWrite) { // note: everything falls through.
405 case 1: *--ResultBuf = (UTF8) (UcnVal | firstByteMark[bytesToWrite]);
408 ResultBuf += bytesToWrite;