Searched refs:BOut (Results 1 – 1 of 1) sorted by relevance
118 char *BOut = Buffer; in UnEscapeLexed() local122 *BOut++ = '\\'; // Two \ becomes one in UnEscapeLexed()127 *BOut = hexDigitValue(BIn[1]) * 16 + hexDigitValue(BIn[2]); in UnEscapeLexed()129 ++BOut; in UnEscapeLexed()131 *BOut++ = *BIn++; in UnEscapeLexed()134 *BOut++ = *BIn++; in UnEscapeLexed()137 Str.resize(BOut-Buffer); in UnEscapeLexed()