code_to_mbclen 229 ext/mbstring/oniguruma/enc/euc_jp.c return (code_to_mbclen(code) > 1 ? TRUE : FALSE); code_to_mbclen 275 ext/mbstring/oniguruma/enc/euc_jp.c code_to_mbclen, code_to_mbclen 170 ext/mbstring/oniguruma/enc/sjis.c return (code_to_mbclen(code) > 1 ? TRUE : FALSE); code_to_mbclen 263 ext/mbstring/oniguruma/enc/sjis.c return (code_to_mbclen(code) > 1 ? TRUE : FALSE); code_to_mbclen 308 ext/mbstring/oniguruma/enc/sjis.c code_to_mbclen, code_to_mbclen 295 ext/mbstring/oniguruma/enc/utf8.c code_to_mbclen, code_to_mbclen 157 ext/mbstring/oniguruma/oniguruma.h int (*code_to_mbclen)(OnigCodePoint code); code_to_mbclen 294 ext/mbstring/oniguruma/oniguruma.h #define ONIGENC_CODE_TO_MBCLEN(enc,code) (enc)->code_to_mbclen(code)