Lines Matching defs:ScanOctalEscape
659 case '7' : c = ScanOctalEscape(c, 2); break;672 uc32 Scanner::ScanOctalEscape(uc32 c, int length) {