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

  /external/python/cpython3/Lib/test/
test_stringprep.py 31 self.assertTrue(in_table_c11_c12("\u00a0"))
32 self.assertFalse(in_table_c11_c12("\u00a1"))
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_stringprep.py 32 self.assertTrue(in_table_c11_c12(u"\u00a0"))
33 self.assertFalse(in_table_c11_c12(u"\u00a1"))
  /external/python/cpython2/Lib/test/
test_stringprep.py 32 self.assertTrue(in_table_c11_c12(u"\u00a0"))
33 self.assertFalse(in_table_c11_c12(u"\u00a1"))
  /external/python/cpython3/Lib/
stringprep.py 213 def in_table_c11_c12(code): function
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
stringprep.py 213 def in_table_c11_c12(code): function
  /external/python/cpython2/Lib/
stringprep.py 213 def in_table_c11_c12(code): function

Completed in 3972 milliseconds