Searched refs:RawLength (Results 1 – 1 of 1) sorted by relevance
352 size_t RawLength = RawEnd - BufPtr + 1; in getSpellingSlow() local355 memcpy(Spelling + Length, BufPtr, RawLength); in getSpellingSlow()356 Length += RawLength; in getSpellingSlow()357 BufPtr += RawLength; in getSpellingSlow()