Lines Matching full:strings
27 In order process UTF-8 strings, you must build PCRE's 8-bit library with UTF
32 subject strings that are matched against it are treated as UTF-8 strings
33 instead of strings of individual 1-byte characters.
39 In order process UTF-16 or UTF-32 strings, you must build PCRE's 16-bit or
47 pattern and any subject strings that are matched against it are treated as
48 UTF-16 or UTF-32 strings instead of strings of individual 16-bit or 32-bit
78 Validity of UTF-8 strings
81 When you set the PCRE_UTF8 flag, the byte strings passed as patterns and
108 In some situations, you may already know that your strings are valid, and
117 check for the pattern; it does not also apply to subject strings. If you want
126 Validity of UTF-16 strings
129 When you set the PCRE_UTF16 flag, the strings of 16-bit data units that are
143 In some situations, you may already know that your strings are valid, and
151 Validity of UTF-32 strings
154 When you set the PCRE_UTF32 flag, the strings of 32-bit data units that are
167 In some situations, you may already know that your strings are valid, and