Searched refs:BOut (Results 1 – 1 of 1) sorted by relevance
130 char *BOut = Buffer; in UnEscapeLexed() local134 *BOut++ = '\\'; // Two \ becomes one in UnEscapeLexed()139 *BOut = hexDigitValue(BIn[1]) * 16 + hexDigitValue(BIn[2]); in UnEscapeLexed()141 ++BOut; in UnEscapeLexed()143 *BOut++ = *BIn++; in UnEscapeLexed()146 *BOut++ = *BIn++; in UnEscapeLexed()149 Str.resize(BOut-Buffer); in UnEscapeLexed()