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

  /external/python/cpython3/Lib/test/
test_stringprep.py 13 self.assertTrue(in_table_b1("\u00ad"))
14 self.assertFalse(in_table_b1("\u00ae"))
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_stringprep.py 14 self.assertTrue(in_table_b1(u"\u00ad"))
15 self.assertFalse(in_table_b1(u"\u00ae"))
  /external/python/cpython2/Lib/test/
test_stringprep.py 14 self.assertTrue(in_table_b1(u"\u00ad"))
15 self.assertFalse(in_table_b1(u"\u00ae"))
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/
idna.py 18 if stringprep.in_table_b1(c):
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/
idna.py 18 if stringprep.in_table_b1(c):
  /external/python/cpython2/Lib/encodings/
idna.py 18 if stringprep.in_table_b1(c):
  /external/python/cpython3/Lib/encodings/
idna.py 18 if stringprep.in_table_b1(c):
  /external/python/cpython3/Lib/
stringprep.py 20 def in_table_b1(code): function
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
stringprep.py 20 def in_table_b1(code): function
  /external/python/cpython2/Lib/
stringprep.py 20 def in_table_b1(code): function

Completed in 221 milliseconds