Lines Matching refs:sub
451 line = re.sub('// .*', '', line.strip());
491 types[re.sub('\s*=.*', '', entry).lstrip()] = True;
494 name = re.sub(r' *V\(|\).*', '', entry)
572 cctype = re.sub('OneByteString$',
575 cctype = re.sub('String$',
579 cctype = re.sub('String$', 'TwoByteString',
583 cctype = re.sub('OneByte', '', cctype);
584 cctype = re.sub('TwoByte', '', cctype);
710 name = ws.sub('', const['name'])
711 value = ws.sub('', str(const['value'])) # Can be a number.