Lines Matching refs:UChar

100   UChar    *name;
120 ONIG_EXTERN int onigenc_is_mbc_newline_0x0a P_((const UChar* p, const UChar* end));
124 …igenc_ascii_mbc_case_fold P_((OnigCaseFoldType flag, const UChar** p, const UChar* end, UChar* low…
125 ONIG_EXTERN int onigenc_single_byte_mbc_enc_len P_((const UChar* p));
126 ONIG_EXTERN OnigCodePoint onigenc_single_byte_mbc_to_code P_((const UChar* p, const UChar* end));
128 ONIG_EXTERN int onigenc_single_byte_code_to_mbc P_((OnigCodePoint code, UChar *buf));
129 ONIG_EXTERN UChar* onigenc_single_byte_left_adjust_char_head P_((const UChar* start, const UChar* s…
130 ONIG_EXTERN int onigenc_always_true_is_allowed_reverse_match P_((const UChar* s, const UChar* end));
131 ONIG_EXTERN int onigenc_always_false_is_allowed_reverse_match P_((const UChar* s, const UChar* end)…
134 ONIG_EXTERN OnigCodePoint onigenc_mbn_mbc_to_code P_((OnigEncoding enc, const UChar* p, const UChar
135 …se_fold P_((OnigEncoding enc, OnigCaseFoldType flag, const UChar** p, const UChar* end, UChar* low…
137 ONIG_EXTERN int onigenc_mb2_code_to_mbc P_((OnigEncoding enc, OnigCodePoint code, UChar *buf));
138 ONIG_EXTERN int onigenc_minimum_property_name_to_ctype P_((OnigEncoding enc, UChar* p, UChar* end));
139 ONIG_EXTERN int onigenc_unicode_property_name_to_ctype P_((OnigEncoding enc, UChar* p, UChar* end));
142 ONIG_EXTERN int onigenc_mb4_code_to_mbc P_((OnigEncoding enc, OnigCodePoint code, UChar *buf));
151 …se_fold P_((OnigEncoding enc, OnigCaseFoldType flag, const UChar** pp, const UChar* end, UChar* fo…
163 ONIG_EXTERN const UChar OnigEncISO_8859_1_ToLowerCaseTable[];
164 ONIG_EXTERN const UChar OnigEncISO_8859_1_ToUpperCaseTable[];
167 onigenc_with_ascii_strncmp P_((OnigEncoding enc, const UChar* p, const UChar* end, const UChar* sas…
168 ONIG_EXTERN UChar*
169 onigenc_step P_((OnigEncoding enc, const UChar* p, const UChar* end, int n));
172 extern int onig_is_in_code_range P_((const UChar* p, OnigCodePoint code));
175 ONIG_EXTERN const UChar OnigEncAsciiToLowerCaseTable[];
176 ONIG_EXTERN const UChar OnigEncAsciiToUpperCaseTable[];