Home | History | Annotate | Download | only in Lex

Lines Matching defs:bytesToWrite

423   unsigned short bytesToWrite = 0;
425 bytesToWrite = 1;
427 bytesToWrite = 2;
429 bytesToWrite = 3;
431 bytesToWrite = 4;
442 ResultBuf += bytesToWrite;
443 switch (bytesToWrite) { // note: everything falls through.
447 case 1: *--ResultBuf = (UTF8) (UcnVal | firstByteMark[bytesToWrite]);
450 ResultBuf += bytesToWrite;