is_code_ctype     333 enc/emacs_mule.c   is_code_ctype,
is_code_ctype     575 enc/euc_jp.c     is_code_ctype,
is_code_ctype     315 enc/iso_8859_1.c   is_code_ctype,
is_code_ctype     240 enc/iso_8859_10.c   is_code_ctype,
is_code_ctype      92 enc/iso_8859_11.c   is_code_ctype,
is_code_ctype     233 enc/iso_8859_13.c   is_code_ctype,
is_code_ctype     242 enc/iso_8859_14.c   is_code_ctype,
is_code_ctype     236 enc/iso_8859_15.c   is_code_ctype,
is_code_ctype     238 enc/iso_8859_16.c   is_code_ctype,
is_code_ctype     236 enc/iso_8859_2.c   is_code_ctype,
is_code_ctype     236 enc/iso_8859_3.c   is_code_ctype,
is_code_ctype     239 enc/iso_8859_4.c   is_code_ctype,
is_code_ctype     225 enc/iso_8859_5.c   is_code_ctype,
is_code_ctype      92 enc/iso_8859_6.c   is_code_ctype,
is_code_ctype     222 enc/iso_8859_7.c   is_code_ctype,
is_code_ctype      92 enc/iso_8859_8.c   is_code_ctype,
is_code_ctype     229 enc/iso_8859_9.c   is_code_ctype,
is_code_ctype     562 enc/shift_jis.c   is_code_ctype,
is_code_ctype      47 enc/windows_31j.c   is_code_ctype,
is_code_ctype     213 include/ruby/oniguruma.h   int    (*is_code_ctype)(OnigCodePoint code, OnigCtype ctype, const struct OnigEncodingTypeST* enc);
is_code_ctype     325 include/ruby/oniguruma.h #define ONIGENC_IS_CODE_CTYPE(enc,code,ctype)  (enc)->is_code_ctype(code,ctype,enc)