Lines Matching refs:U
551 behaved like a min-possessive qualifier, and, for example, /a{1,3}b/U did
695 namely NEL (U+0085) and MONGOLIAN VOWEL SEPARATOR (U+180E), though they
776 1. Added 'U' to some constants that are compared to unsigned integers, to
1289 9. The invalid Unicode surrogate codepoints U+D800 to U+DFFF are now rejected
1333 5. Supporting of \x, \U and \u in JavaScript compatibility mode based on the
1524 17. If a user had set PCREGREP_COLO(U)R to something other than 1:31, the
1561 different numbers of bytes. For example, U+023A and U+2C65 are an upper
2821 U+002b0 - U+002c1
2822 U+0060c - U+0060d
2823 U+0061e - U+00612
2824 U+0064b - U+0065e
2825 U+0074d - U+0076d
2826 U+01800 - U+01805
2827 U+01d00 - U+01d77
2828 U+01d9b - U+01dbf
2829 U+0200b - U+0200f
2830 U+030fc - U+030fe
2831 U+03260 - U+0327f
2832 U+0fb46 - U+0fbb1
2833 U+10450 - U+1049d
4810 the current level for patterns like /(b+(?U)a+)/. It did apply to parenthesized
4811 subpatterns that followed. Patterns like /b+(?U)a+/ worked because the option
4840 \L, \l, \N, \P, \p, \U, \u, and \X.
5621 2. Add (?U) and (?X) to set PCRE_UNGREEDY and PCRE_EXTRA respectively. The