/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
|