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

  /prebuilts/gdb/darwin-x86/lib/python2.7/sqlite3/test/
factory.py 183 germany = unicode("Deutchland")
185 d_row = self.con.execute("select ?", (germany,)).fetchone()
  /prebuilts/gdb/linux-x86/lib/python2.7/sqlite3/test/
factory.py 183 germany = unicode("Deutchland")
185 d_row = self.con.execute("select ?", (germany,)).fetchone()
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/sqlite3/test/
factory.py 183 germany = unicode("Deutchland")
185 d_row = self.con.execute("select ?", (germany,)).fetchone()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/sqlite3/test/
factory.py 183 germany = unicode("Deutchland")
185 d_row = self.con.execute("select ?", (germany,)).fetchone()
  /external/python/cpython2/Lib/sqlite3/test/
factory.py 224 germany = unicode("Deutchland")
226 d_row = self.con.execute("select ?", (germany,)).fetchone()
  /external/python/cpython3/Lib/sqlite3/test/
factory.py 236 germany = "Deutchland"
238 d_row = self.con.execute("select ?", (germany,)).fetchone()
  /external/icu/icu4c/source/test/intltest/
icusvtst.cpp 1044 UnicodeString* germany = new UnicodeString("german_Germany"); local
    [all...]

Completed in 196 milliseconds