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

  /external/python/cpython3/Lib/test/
test_stringprep.py 52 self.assertTrue(in_table_c6("\ufff9"))
53 self.assertFalse(in_table_c6("\ufffe"))
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_stringprep.py 53 self.assertTrue(in_table_c6(u"\ufff9"))
54 self.assertFalse(in_table_c6(u"\ufffe"))
  /external/python/cpython2/Lib/test/
test_stringprep.py 53 self.assertTrue(in_table_c6(u"\ufff9"))
54 self.assertFalse(in_table_c6(u"\ufffe"))
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/
idna.py 34 stringprep.in_table_c6(c) or \
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/
idna.py 34 stringprep.in_table_c6(c) or \
  /external/python/cpython2/Lib/encodings/
idna.py 34 stringprep.in_table_c6(c) or \
  /external/python/cpython3/Lib/encodings/
idna.py 34 stringprep.in_table_c6(c) or \
  /external/python/cpython3/Lib/
stringprep.py 248 def in_table_c6(code): function
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
stringprep.py 248 def in_table_c6(code): function
  /external/python/cpython2/Lib/
stringprep.py 248 def in_table_c6(code): function

Completed in 629 milliseconds