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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/sqlite3/test/
hooks.py 53 def mycoll(x, y): function in function:CollationTests.CheckCollationIsUsed
58 con.create_collation("mycoll", mycoll)
66 ) order by x collate mycoll
72 con.create_collation("mycoll", None)
77 self.assertEqual(e.args[0].lower(), "no such collation sequence: mycoll")
80 def mycoll(x, y): function in function:CollationTests.CheckCollationReturnsLargeInteger
84 con.create_collation("mycoll", mycoll)
92 ) order by x collate mycoll
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/sqlite3/test/
hooks.py 53 def mycoll(x, y): function in function:CollationTests.CheckCollationIsUsed
58 con.create_collation("mycoll", mycoll)
66 ) order by x collate mycoll
72 con.create_collation("mycoll", None)
77 self.assertEqual(e.args[0].lower(), "no such collation sequence: mycoll")
80 def mycoll(x, y): function in function:CollationTests.CheckCollationReturnsLargeInteger
84 con.create_collation("mycoll", mycoll)
92 ) order by x collate mycoll
    [all...]

Completed in 130 milliseconds