Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/distutils/
Dmsvc9compiler.py111 d[cls.convert_mbcs(name)] = cls.convert_mbcs(value)
116 def convert_mbcs(s): member in Reg
124 convert_mbcs = staticmethod(convert_mbcs) variable in Reg
283 line = Reg.convert_mbcs(line)
Dmsvccompiler.py94 d[convert_mbcs(name)] = convert_mbcs(value)
98 def convert_mbcs(s): function
/external/python/cpython3/Lib/distutils/
Dmsvc9compiler.py107 d[cls.convert_mbcs(name)] = cls.convert_mbcs(value)
112 def convert_mbcs(s): member in Reg
120 convert_mbcs = staticmethod(convert_mbcs) variable in Reg
273 line = Reg.convert_mbcs(line)
Dmsvccompiler.py89 d[convert_mbcs(name)] = convert_mbcs(value)
93 def convert_mbcs(s): function