Lines Matching defs:first_cu
6331 PCRE2_UCHAR first_cu = 0;
6876 first_cu = first_cu2 = (PCRE2_UCHAR)(re->first_codeunit);
6879 first_cu2 = TABLE_GET(first_cu, mb->fcc, first_cu);
6882 if (first_cu > 127 && ucp && !utf) first_cu2 = UCD_OTHERCASE(first_cu);
6884 if (first_cu > 127 && (utf || ucp)) first_cu2 = UCD_OTHERCASE(first_cu);
6979 ok = has_first_cu && (c == first_cu || c == first_cu2);
7002 if (first_cu != first_cu2) /* Caseless */
7010 (smc = UCHAR21TEST(start_match)) != first_cu &&
7025 /* If we haven't got a previously found position for first_cu, or if
7032 pp1 = memchr(start_match, first_cu, searchlength);
7071 first_cu)
7074 start_match = memchr(start_match, first_cu, end_subject - start_match);
7147 /* See comment above in first_cu checking about the next few lines. */
7186 speed up. Unlike the first_cu check above, we do not need to call