Searched refs:IN_MULTIBYTE_CHAR_CLASS (Results 1 – 3 of 3) sorted by relevance
834 case IN_MULTIBYTE_CHAR_CLASS: /* [....] */ in test_string()844 if ((int)*regexp == (int)IN_MULTIBYTE_CHAR_CLASS) { in test_string()1354 case IN_MULTIBYTE_CHAR_CLASS|ZERO_OR_MORE: /* [.....]* */ in test_string()1367 (int)(IN_MULTIBYTE_CHAR_CLASS|ZERO_OR_MORE)) { in test_string()1388 case IN_MULTIBYTE_CHAR_CLASS|ONE_OR_MORE: /* [.....]+ */ in test_string()1401 (int)(IN_MULTIBYTE_CHAR_CLASS|ONE_OR_MORE)) { in test_string()1429 case IN_MULTIBYTE_CHAR_CLASS|COUNT: /* [...]{min_count,max_count} */ in test_string()1443 if ((int)*regexp == (int)(IN_MULTIBYTE_CHAR_CLASS|COUNT)) { in test_string()
53 #define IN_MULTIBYTE_CHAR_CLASS 72 macro
401 IN_MULTIBYTE_CHAR_CLASS; in regcmp()