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

  /external/python/cpython3/Lib/test/
test_stringprep.py 49 self.assertTrue(in_table_c5("\ud800"))
50 self.assertFalse(in_table_c5("\ud7ff"))
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_stringprep.py 50 self.assertTrue(in_table_c5(u"\ud800"))
51 self.assertFalse(in_table_c5(u"\ud7ff"))
  /external/python/cpython2/Lib/test/
test_stringprep.py 50 self.assertTrue(in_table_c5(u"\ud800"))
51 self.assertFalse(in_table_c5(u"\ud7ff"))
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_stringprep.py 50 self.assertTrue(in_table_c5(u"\ud800"))
51 self.assertFalse(in_table_c5(u"\ud7ff"))
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_stringprep.py 50 self.assertTrue(in_table_c5(u"\ud800"))
51 self.assertFalse(in_table_c5(u"\ud7ff"))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_stringprep.py 50 self.assertTrue(in_table_c5(u"\ud800"))
51 self.assertFalse(in_table_c5(u"\ud7ff"))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_stringprep.py 50 self.assertTrue(in_table_c5(u"\ud800"))
51 self.assertFalse(in_table_c5(u"\ud7ff"))
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/encodings/
idna.py 33 stringprep.in_table_c5(c) or \
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/encodings/
idna.py 33 stringprep.in_table_c5(c) or \
  /external/python/cpython2/Lib/encodings/
idna.py 33 stringprep.in_table_c5(c) or \
  /external/python/cpython3/Lib/encodings/
idna.py 33 stringprep.in_table_c5(c) or \
  /prebuilts/gdb/darwin-x86/lib/python2.7/encodings/
idna.py 33 stringprep.in_table_c5(c) or \
  /prebuilts/gdb/linux-x86/lib/python2.7/encodings/
idna.py 33 stringprep.in_table_c5(c) or \
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/encodings/
idna.py 33 stringprep.in_table_c5(c) or \
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/encodings/
idna.py 33 stringprep.in_table_c5(c) or \
  /external/python/cpython3/Lib/
stringprep.py 243 def in_table_c5(code): function
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
stringprep.py 243 def in_table_c5(code): function
  /external/python/cpython2/Lib/
stringprep.py 243 def in_table_c5(code): function
  /prebuilts/gdb/darwin-x86/lib/python2.7/
stringprep.py 243 def in_table_c5(code): function
  /prebuilts/gdb/linux-x86/lib/python2.7/
stringprep.py 243 def in_table_c5(code): function
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
stringprep.py 243 def in_table_c5(code): function
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
stringprep.py 243 def in_table_c5(code): function

Completed in 652 milliseconds