mbctype           392 ext/mbstring/php_mbregex.c static const char *_php_mb_regex_mbctype2name(OnigEncoding mbctype)
mbctype           397 ext/mbstring/php_mbregex.c 		if (mapping->code == mbctype) {
mbctype           409 ext/mbstring/php_mbregex.c 	OnigEncoding mbctype = _php_mb_regex_name2mbctype(encname);
mbctype           410 ext/mbstring/php_mbregex.c 	if (mbctype == ONIG_ENCODING_UNDEF) {
mbctype           413 ext/mbstring/php_mbregex.c 	MBREX(current_mbctype) = mbctype;
mbctype           421 ext/mbstring/php_mbregex.c 	OnigEncoding mbctype = _php_mb_regex_name2mbctype(encname);
mbctype           422 ext/mbstring/php_mbregex.c 	if (mbctype == ONIG_ENCODING_UNDEF) {
mbctype           425 ext/mbstring/php_mbregex.c 	MBREX(default_mbctype) = mbctype;
mbctype           661 ext/mbstring/php_mbregex.c 	OnigEncoding mbctype;
mbctype           676 ext/mbstring/php_mbregex.c 		mbctype = _php_mb_regex_name2mbctype(encoding);
mbctype           678 ext/mbstring/php_mbregex.c 		if (mbctype == ONIG_ENCODING_UNDEF) {
mbctype           683 ext/mbstring/php_mbregex.c 		MBREX(current_mbctype) = mbctype;