mbctype           391 ext/mbstring/php_mbregex.c static const char *_php_mb_regex_mbctype2name(OnigEncoding mbctype)
mbctype           396 ext/mbstring/php_mbregex.c 		if (mapping->code == mbctype) {
mbctype           408 ext/mbstring/php_mbregex.c 	OnigEncoding mbctype = _php_mb_regex_name2mbctype(encname);
mbctype           409 ext/mbstring/php_mbregex.c 	if (mbctype == ONIG_ENCODING_UNDEF) {
mbctype           412 ext/mbstring/php_mbregex.c 	MBREX(current_mbctype) = mbctype;
mbctype           420 ext/mbstring/php_mbregex.c 	OnigEncoding mbctype = _php_mb_regex_name2mbctype(encname);
mbctype           421 ext/mbstring/php_mbregex.c 	if (mbctype == ONIG_ENCODING_UNDEF) {
mbctype           424 ext/mbstring/php_mbregex.c 	MBREX(default_mbctype) = mbctype;
mbctype           658 ext/mbstring/php_mbregex.c 	OnigEncoding mbctype;
mbctype           673 ext/mbstring/php_mbregex.c 		mbctype = _php_mb_regex_name2mbctype(encoding);
mbctype           675 ext/mbstring/php_mbregex.c 		if (mbctype == ONIG_ENCODING_UNDEF) {
mbctype           680 ext/mbstring/php_mbregex.c 		MBREX(current_mbctype) = mbctype;