Searched refs:IN_MULTIBYTE_CHAR_CLASS (Results 1 – 3 of 3) sorted by relevance
836 case IN_MULTIBYTE_CHAR_CLASS: /* [....] */ in test_string()846 if ((int)*regexp == (int)IN_MULTIBYTE_CHAR_CLASS) { in test_string()1356 case IN_MULTIBYTE_CHAR_CLASS|ZERO_OR_MORE: /* [.....]* */ in test_string()1369 (int)(IN_MULTIBYTE_CHAR_CLASS|ZERO_OR_MORE)) { in test_string()1390 case IN_MULTIBYTE_CHAR_CLASS|ONE_OR_MORE: /* [.....]+ */ in test_string()1403 (int)(IN_MULTIBYTE_CHAR_CLASS|ONE_OR_MORE)) { in test_string()1431 case IN_MULTIBYTE_CHAR_CLASS|COUNT: /* [...]{min_count,max_count} */ in test_string()1445 if ((int)*regexp == (int)(IN_MULTIBYTE_CHAR_CLASS|COUNT)) { in test_string()
55 #define IN_MULTIBYTE_CHAR_CLASS 72 macro
401 IN_MULTIBYTE_CHAR_CLASS; in regcmp()