Lines Matching defs:to_complement

2291     bool to_complement = FALSE; /* Invert the result?  Taking the xor of this
2758 to_complement = 1;
2771 to_complement = 1;
2815 if ((to_complement ^ ( UCHARAT(s - 1) != '\r'
2831 if (to_complement ^ isLB(before,
2853 if ((to_complement ^ isSB(before,
2876 if ((to_complement ^ isWB(previous,
2916 to_complement = 1;
2930 to_complement = 1;
2949 to_complement = 1;
2995 if ( (to_complement ^ isGCB(before,
3019 if (to_complement ^ isLB(before,
3045 if ((to_complement ^ isSB(before,
3078 if ((to_complement ^ isWB(previous,
3122 to_complement = 1;
3129 to_complement ^ cBOOL(isFOO_utf8_lc(FLAGS(c), (U8 *) s,
3135 to_complement = 1;
3142 to_complement ^ cBOOL(isFOO_lc(FLAGS(c), *s)));
3166 to_complement = 1;
3174 to_complement ^ cBOOL(generic_isCC_A_(*s, FLAGS(c))));
3179 to_complement = 1;
3185 to_complement ^ cBOOL(generic_isCC_(*s,
3193 to_complement = 1;
3204 to_complement ^ cBOOL(_invlist_contains_cp(
3213 to_complement ^ cBOOL(isSPACE_utf8_safe(s, strend)));
3218 to_complement ^ cBOOL(isBLANK_utf8_safe(s, strend)));
3223 to_complement ^ cBOOL(isXDIGIT_utf8_safe(s, strend)));
3228 to_complement ^ cBOOL(isVERTWS_utf8_safe(s, strend)));
3233 to_complement ^ cBOOL(isCNTRL_utf8_safe(s, strend)));
6508 int to_complement; /* Invert the result? */
6574 to_complement = 0;
7268 to_complement = 1;
7302 if (to_complement ^ (b1 == b2)) {
7309 to_complement = 1;
7319 to_complement = 1;
7342 if (to_complement ^ (b1 == b2)) {
7349 to_complement = 1;
7538 if (to_complement ^ ! match) {
7722 to_complement = 1;
7734 if (! (to_complement ^ cBOOL(isFOO_lc(FLAGS(scan), (U8) nextbyte)))) {
7751 if (! (to_complement ^ cBOOL(isFOO_lc(FLAGS(scan),
7761 to_complement = 1;
7781 to_complement = 1;
7797 if (! (to_complement ^ cBOOL(generic_isCC_A_(nextbyte,
7809 to_complement = 1;
7822 if (! (to_complement ^ cBOOL(generic_isCC_(nextbyte,
7830 if (! (to_complement
7844 if (! (to_complement
7855 if (! (to_complement
7862 if (! (to_complement
7869 if (! (to_complement
7876 if (! (to_complement
7884 if (! to_complement) {
10235 unsigned int to_complement = 0; /* Invert the result? */
10681 to_complement = 1;
10687 && to_complement ^ cBOOL(isFOO_lc(FLAGS(p), *scan)))
10694 to_complement = 1;
10699 && to_complement ^ cBOOL(isFOO_utf8_lc(FLAGS(p),
10750 to_complement = 1;
10755 && to_complement ^ cBOOL(generic_isCC_((U8) *scan, FLAGS(p))))
10763 to_complement = 1;
10772 && to_complement
10789 && (to_complement
10799 && (to_complement
10809 && (to_complement
10819 && (to_complement
10829 && (to_complement