Searched refs:RawLength (Results 1 – 1 of 1) sorted by relevance
258 size_t RawLength = RawEnd - BufPtr + 1; in getSpellingSlow() local261 memcpy(Spelling + Length, BufPtr, RawLength); in getSpellingSlow()262 Length += RawLength; in getSpellingSlow()263 BufPtr += RawLength; in getSpellingSlow()