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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
sre_constants.py 36 BIGCHARSET = "bigcharset"
109 CHARSET, BIGCHARSET,
sre_compile.py 195 elif op is BIGCHARSET:
296 # In UCS-4 mode, the BIGCHARSET opcode still supports only subsets
353 return [(BIGCHARSET, data)]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
sre_constants.py 36 BIGCHARSET = "bigcharset"
109 CHARSET, BIGCHARSET,
sre_compile.py 195 elif op is BIGCHARSET:
296 # In UCS-4 mode, the BIGCHARSET opcode still supports only subsets
353 return [(BIGCHARSET, data)]

Completed in 1122 milliseconds