Searched refs:is_code_ctype (Results 1 - 20 of 20) sorted by relevance

/macosx-10.10/ruby-106/ruby/enc/
H A Dwindows_31j.c47 is_code_ctype,
H A Diso_8859_11.c71 is_code_ctype(OnigCodePoint code, unsigned int ctype, OnigEncoding enc ARG_UNUSED) function
92 is_code_ctype,
H A Diso_8859_6.c71 is_code_ctype(OnigCodePoint code, unsigned int ctype, OnigEncoding enc ARG_UNUSED) function
92 is_code_ctype,
H A Diso_8859_8.c71 is_code_ctype(OnigCodePoint code, unsigned int ctype, OnigEncoding enc ARG_UNUSED) function
92 is_code_ctype,
H A Diso_8859_10.c148 is_code_ctype(OnigCodePoint code, unsigned int ctype, OnigEncoding enc ARG_UNUSED) function
239 is_code_ctype,
H A Diso_8859_13.c152 is_code_ctype(OnigCodePoint code, unsigned int ctype, OnigEncoding enc ARG_UNUSED) function
228 is_code_ctype,
H A Diso_8859_14.c149 is_code_ctype(OnigCodePoint code, unsigned int ctype, OnigEncoding enc ARG_UNUSED) function
241 is_code_ctype,
H A Diso_8859_15.c153 is_code_ctype(OnigCodePoint code, unsigned int ctype, OnigEncoding enc ARG_UNUSED) function
235 is_code_ctype,
H A Diso_8859_16.c148 is_code_ctype(OnigCodePoint code, unsigned int ctype, OnigEncoding enc ARG_UNUSED) function
237 is_code_ctype,
H A Diso_8859_2.c216 is_code_ctype(OnigCodePoint code, unsigned int ctype, OnigEncoding enc ARG_UNUSED) function
237 is_code_ctype,
H A Diso_8859_3.c152 is_code_ctype(OnigCodePoint code, unsigned int ctype, OnigEncoding enc ARG_UNUSED) function
235 is_code_ctype,
H A Diso_8859_4.c151 is_code_ctype(OnigCodePoint code, unsigned int ctype, OnigEncoding enc ARG_UNUSED) function
237 is_code_ctype,
H A Diso_8859_5.c132 is_code_ctype(OnigCodePoint code, unsigned int ctype, OnigEncoding enc ARG_UNUSED) function
225 is_code_ctype,
H A Diso_8859_7.c140 is_code_ctype(OnigCodePoint code, unsigned int ctype, OnigEncoding enc ARG_UNUSED) function
222 is_code_ctype,
H A Diso_8859_9.c152 is_code_ctype(OnigCodePoint code, unsigned int ctype, OnigEncoding enc ARG_UNUSED) function
228 is_code_ctype,
H A Diso_8859_1.c251 is_code_ctype(OnigCodePoint code, unsigned int ctype, OnigEncoding enc ARG_UNUSED) function
272 is_code_ctype,
H A Dshift_jis.c391 is_code_ctype(OnigCodePoint code, unsigned int ctype)
534 is_code_ctype(OnigCodePoint code, unsigned int ctype, OnigEncoding enc) function
593 is_code_ctype,
H A Demacs_mule.c308 is_code_ctype(OnigCodePoint code, unsigned int ctype, OnigEncoding enc ARG_UNUSED) function
333 is_code_ctype,
H A Deuc_jp.c545 is_code_ctype(OnigCodePoint code, unsigned int ctype, OnigEncoding enc ARG_UNUSED) function
604 is_code_ctype,
/macosx-10.10/ruby-106/ruby/include/ruby/
H A Doniguruma.h173 int (*is_code_ctype)(OnigCodePoint code, OnigCtype ctype, struct OnigEncodingTypeST* enc); member in struct:OnigEncodingTypeST
274 #define ONIGENC_IS_CODE_CTYPE(enc,code,ctype) (enc)->is_code_ctype(code,ctype,enc)

Completed in 112 milliseconds