Lines Matching refs:_dft_ic
233 _dft_ic = None variable
236 global _dft_ic
237 if _dft_ic is None: _dft_ic = IC()
238 return _dft_ic.launchurl(url, hint)
241 global _dft_ic
242 if _dft_ic is None: _dft_ic = IC()
243 return _dft_ic.parseurl(data, start, end, hint)
246 global _dft_ic
247 if _dft_ic is None: _dft_ic = IC()
248 return _dft_ic.mapfile(filename)
251 global _dft_ic
252 if _dft_ic is None: _dft_ic = IC()
253 return _dft_ic.maptypecreator(type, creator, filename)
256 global _dft_ic
257 if _dft_ic is None: _dft_ic = IC()
258 return _dft_ic.settypecreator(file)