Lines Matching full:enables
52 # Enables all performance features.
54 # Enables fast caching. (If disabled, caching is still used, but is slower.)
59 # Enables use of a lazy DFA when possible.
61 # Enables aggressive use of inlining.
63 # Enables literal optimizations.
69 # Enables all Unicode features. This expands if new Unicode features are added.
80 # Enables use of the `Age` property, e.g., `\p{Age:3.0}`.
82 # Enables use of a smattering of boolean properties, e.g., `\p{Emoji}`.
84 # Enables Unicode-aware case insensitive matching, e.g., `(?i)β`.
86 # Enables Unicode general categories, e.g., `\p{Letter}` or `\pL`.
88 # Enables Unicode-aware Perl classes corresponding to `\w`, `\s` and `\d`.
90 # Enables Unicode scripts and script extensions, e.g., `\p{Greek}`.
92 # Enables Unicode segmentation properties, e.g., `\p{gcb=Extend}`.