HomeSort by relevance Sort by last modified time
    Searched refs:c_wbuffer (Results 1 - 2 of 2) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_prototypes.py 40 def c_wbuffer(init): function
182 self.assertEqual(u"123", func(c_wbuffer(u"123")))
200 self.assertEqual("123", func(c_wbuffer("123")))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
test_prototypes.py 40 def c_wbuffer(init): function
182 self.assertEqual(u"123", func(c_wbuffer(u"123")))
200 self.assertEqual("123", func(c_wbuffer("123")))

Completed in 159 milliseconds