Home
last modified time | relevance | path

Searched refs:OnigUChar (Results 1 – 25 of 29) sorted by relevance

12

/PHP-7.2/ext/mbstring/oniguruma/src/
H A Doniguruma.h96 #define UChar OnigUChar
154 int (*is_mbc_newline)(const OnigUChar* p, const OnigUChar* end);
155 OnigCodePoint (*mbc_to_code)(const OnigUChar* p, const OnigUChar* end);
158 …int (*mbc_case_fold)(OnigCaseFoldType flag, const OnigUChar** pp, const OnigUChar* end, OnigUCh…
164 OnigUChar* (*left_adjust_char_head)(const OnigUChar* start, const OnigUChar* p);
338 OnigUChar* onigenc_step_back P_((OnigEncoding enc, const OnigUChar* start, const OnigUChar* s, int …
353 OnigUChar* onigenc_get_right_adjust_char_head_with_prev P_((OnigEncoding enc, const OnigUChar* star…
355 OnigUChar* onigenc_get_prev_char_head P_((OnigEncoding enc, const OnigUChar* start, const OnigUChar
357 OnigUChar* onigenc_get_left_adjust_char_head P_((OnigEncoding enc, const OnigUChar* start, const On…
359 OnigUChar* onigenc_get_right_adjust_char_head P_((OnigEncoding enc, const OnigUChar* start, const O…
[all …]
H A Dkoi8.c120 koi8_is_mbc_ambiguous(OnigAmbigType flag, const OnigUChar** pp, const OnigUChar* end)
122 const OnigUChar* p = *pp;
226 const OnigUChar* p, const OnigUChar* end, OnigCaseFoldCodeItem items[]) in koi8_get_case_fold_codes_by_str()
H A Dcp1251.c176 const OnigUChar* p, const OnigUChar* end, OnigCaseFoldCodeItem items[]) in cp1251_get_case_fold_codes_by_str()
H A Dkoi8_r.c188 const OnigUChar* p, const OnigUChar* end, OnigCaseFoldCodeItem items[]) in koi8_r_get_case_fold_codes_by_str()
H A Diso8859_5.c201 const OnigUChar* p, const OnigUChar* end, in get_case_fold_codes_by_str()
H A Diso8859_7.c197 const OnigUChar* p, const OnigUChar* end, OnigCaseFoldCodeItem items[]) in get_case_fold_codes_by_str()
H A Dregenc.h120 …i_get_case_fold_codes_by_str P_((OnigCaseFoldType flag, const OnigUChar* p, const OnigUChar* end, …
122 …Codes map[], int ess_tsett_flag, OnigCaseFoldType flag, const OnigUChar* p, const OnigUChar* end, …
158 …des_by_str P_((OnigEncoding enc, OnigCaseFoldType flag, const OnigUChar* p, const OnigUChar* end, …
H A Diso8859_10.c215 const OnigUChar* p, const OnigUChar* end, OnigCaseFoldCodeItem items[]) in get_case_fold_codes_by_str()
H A Diso8859_13.c204 const OnigUChar* p, const OnigUChar* end, OnigCaseFoldCodeItem items[]) in get_case_fold_codes_by_str()
H A Diso8859_14.c217 const OnigUChar* p, const OnigUChar* end, OnigCaseFoldCodeItem items[]) in get_case_fold_codes_by_str()
H A Diso8859_16.c213 const OnigUChar* p, const OnigUChar* end, OnigCaseFoldCodeItem items[]) in get_case_fold_codes_by_str()
H A Diso8859_2.c202 const OnigUChar* p, const OnigUChar* end, OnigCaseFoldCodeItem items[]) in get_case_fold_codes_by_str()
H A Diso8859_3.c211 const OnigUChar* p, const OnigUChar* end, OnigCaseFoldCodeItem items[]) in get_case_fold_codes_by_str()
H A Diso8859_4.c213 const OnigUChar* p, const OnigUChar* end, OnigCaseFoldCodeItem items[]) in get_case_fold_codes_by_str()
H A Diso8859_9.c204 const OnigUChar* p, const OnigUChar* end, OnigCaseFoldCodeItem items[]) in get_case_fold_codes_by_str()
H A Diso8859_15.c211 const OnigUChar* p, const OnigUChar* end, OnigCaseFoldCodeItem items[]) in get_case_fold_codes_by_str()
H A Dutf32_be.c169 const OnigUChar* p, const OnigUChar* end, OnigCaseFoldCodeItem items[]) in utf32be_get_case_fold_codes_by_str()
H A Dutf32_le.c169 const OnigUChar* p, const OnigUChar* end, OnigCaseFoldCodeItem items[]) in utf32le_get_case_fold_codes_by_str()
H A Dutf16_be.c211 const OnigUChar* p, const OnigUChar* end, OnigCaseFoldCodeItem items[]) in utf16be_get_case_fold_codes_by_str()
H A Dutf16_le.c220 const OnigUChar* p, const OnigUChar* end, OnigCaseFoldCodeItem items[]) in utf16le_get_case_fold_codes_by_str()
H A Diso8859_1.c115 const OnigUChar* p, const OnigUChar* end, in get_case_fold_codes_by_str()
H A Dutf8.c309 const OnigUChar* p, const OnigUChar* end, OnigCaseFoldCodeItem items[]) in get_case_fold_codes_by_str()
H A Dregenc.c442 const OnigUChar* p, const OnigUChar* end ARG_UNUSED, in onigenc_ascii_get_case_fold_codes_by_str()
502 const OnigUChar* p, const OnigUChar* end, OnigCaseFoldCodeItem items[]) in onigenc_get_case_fold_codes_by_str_with_map()
/PHP-7.2/ext/mbstring/
H A Dphp_mbregex.c754 …if (onig_search(re, (OnigUChar *)string, (OnigUChar *)(string + string_len), (OnigUChar *)string, … in _php_mb_regex_ereg_exec()
828 OnigUChar *pos; in _php_mb_regex_ereg_replace_exec()
829 OnigUChar *string_lim; in _php_mb_regex_ereg_replace_exec()
924 pos = (OnigUChar *)string; in _php_mb_regex_ereg_replace_exec()
928 …err = onig_search(re, (OnigUChar *)string, (OnigUChar *)string_lim, pos, (OnigUChar *)string_lim, … in _php_mb_regex_ereg_replace_exec()
1031 pos = (OnigUChar *)string + n; in _php_mb_regex_ereg_replace_exec()
1100 OnigUChar *pos, *chunk_pos; in PHP_FUNCTION()
1132 …err = onig_search(re, (OnigUChar *)string, (OnigUChar *)(string + string_len), pos, (OnigUChar *)(… in PHP_FUNCTION()
1218 …err = onig_match(re, (OnigUChar *)string, (OnigUChar *)(string + string_len), (OnigUChar *)string,… in PHP_FUNCTION()
1236 OnigUChar *str; in _php_mb_regex_ereg_search_exec()
[all …]
/PHP-7.2/ext/mbstring/oniguruma/
H A DREADME.ja80 ���뤳�ȡ����ΤȤ��ˤ�UChar��������줺��OnigUChar�Ȥ���̾��������Τߤ�

Completed in 62 milliseconds

12