Lines Matching refs:ucp
1127 int utf = 0, ucp = 0;
1160 utf or ucp may make tests fail, if the pcre_exec result is the SAME, it is
1176 pcre_config(PCRE_CONFIG_UNICODE_PROPERTIES, &ucp);
1179 pcre16_config(PCRE_CONFIG_UNICODE_PROPERTIES, &ucp);
1182 pcre32_config(PCRE_CONFIG_UNICODE_PROPERTIES, &ucp);
1187 if (!ucp)
1190 printf(" in 8 bit mode with UTF-8 %s and ucp %s:\n", utf ? "enabled" : "disabled", ucp ? "enabled" : "disabled");
1193 printf(" in 16 bit mode with UTF-16 %s and ucp %s:\n", utf ? "enabled" : "disabled", ucp ? "enabled" : "disabled");
1196 printf(" in 32 bit mode with UTF-32 %s and ucp %s:\n", utf ? "enabled" : "disabled", ucp ? "enabled" : "disabled");
1236 } else if (((utf && ucp) || is_ascii) && !(current->start_offset & F_NO8))
1267 } else if (((utf && ucp) || is_ascii) && !(current->start_offset & F_NO16))
1298 } else if (((utf && ucp) || is_ascii) && !(current->start_offset & F_NO32))
1606 if (!(current->start_offset & F_NO8) && ((utf && ucp) || is_ascii)) {
1621 if (!(current->start_offset & F_NO16) && ((utf && ucp) || is_ascii)) {
1636 if (!(current->start_offset & F_NO32) && ((utf && ucp) || is_ascii)) {