Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/distutils/
Dmsvc9compiler.py116 def convert_mbcs(s): member in Reg
124 convert_mbcs = staticmethod(convert_mbcs) variable in Reg
Dmsvccompiler.py98 def convert_mbcs(s): function