Home | History | Annotate | Download | only in Lex

Lines Matching full:rawlength

258       size_t RawLength = RawEnd - BufPtr + 1;
261 memcpy(Spelling + Length, BufPtr, RawLength);
262 Length += RawLength;
263 BufPtr += RawLength;