Home
last modified time | relevance | path

Searched refs:convert_mbcs (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Tools/c-analyzer/distutils/
Dmsvc9compiler.py104 d[cls.convert_mbcs(name)] = cls.convert_mbcs(value)
109 def convert_mbcs(s): member in Reg
117 convert_mbcs = staticmethod(convert_mbcs) variable in Reg
270 line = Reg.convert_mbcs(line)
Dmsvccompiler.py85 d[convert_mbcs(name)] = convert_mbcs(value)
89 def convert_mbcs(s): function