OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:c22_specials
(Results
1 - 2
of
2
) sorted by null
/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 372 milliseconds