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

  /prebuilts/gdb/darwin-x86/lib/python2.7/
stringprep.py 220 c22_specials = set([1757, 1807, 6158, 8204, 8205, 8232, 8233, 65279] + range(8288,8292) + range(8298,8304) + range(65529,65533) + range(119155,119163)) variable
225 return c in c22_specials
229 ord(code) in c22_specials
  /prebuilts/gdb/linux-x86/lib/python2.7/
stringprep.py 220 c22_specials = set([1757, 1807, 6158, 8204, 8205, 8232, 8233, 65279] + range(8288,8292) + range(8298,8304) + range(65529,65533) + range(119155,119163)) variable
225 return c in c22_specials
229 ord(code) in c22_specials
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
stringprep.py 220 c22_specials = set([1757, 1807, 6158, 8204, 8205, 8232, 8233, 65279] + range(8288,8292) + range(8298,8304) + range(65529,65533) + range(119155,119163)) variable
225 return c in c22_specials
229 ord(code) in c22_specials
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
stringprep.py 220 c22_specials = set([1757, 1807, 6158, 8204, 8205, 8232, 8233, 65279] + range(8288,8292) + range(8298,8304) + range(65529,65533) + range(119155,119163)) variable
225 return c in c22_specials
229 ord(code) in c22_specials

Completed in 200 milliseconds