Home | History | Annotate | Download | only in Lex

Lines Matching defs:bytesToWrite

425   unsigned short bytesToWrite = 0;
427 bytesToWrite = 1;
429 bytesToWrite = 2;
431 bytesToWrite = 3;
433 bytesToWrite = 4;
444 ResultBuf += bytesToWrite;
445 switch (bytesToWrite) { // note: everything falls through.
449 case 1: *--ResultBuf = (UTF8) (UcnVal | firstByteMark[bytesToWrite]);
452 ResultBuf += bytesToWrite;