Home
last modified time | relevance | path

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

/PHP-5.4/ext/mbstring/oniguruma/
H A Doniguruma.h92 #define UChar OnigUChar
165 int (*is_mbc_newline)(const OnigUChar* p, const OnigUChar* end);
166 OnigCodePoint (*mbc_to_code)(const OnigUChar* p, const OnigUChar* end);
169 …int (*mbc_to_normalize)(OnigAmbigType flag, const OnigUChar** pp, const OnigUChar* end, OnigUCh…
175 OnigUChar* (*left_adjust_char_head)(const OnigUChar* start, const OnigUChar* p);
417 OnigUChar* onigenc_step_back P_((OnigEncoding enc, const OnigUChar* start, const OnigUChar* s, int …
432 OnigUChar* onigenc_get_right_adjust_char_head_with_prev P_((OnigEncoding enc, const OnigUChar* star…
434 OnigUChar* onigenc_get_prev_char_head P_((OnigEncoding enc, const OnigUChar* start, const OnigUChar
436 OnigUChar* onigenc_get_left_adjust_char_head P_((OnigEncoding enc, const OnigUChar* start, const On…
438 OnigUChar* onigenc_get_right_adjust_char_head P_((OnigEncoding enc, const OnigUChar* start, const O…
[all …]
H A DREADME.ja85 ���뤳�ȡ����ΤȤ��ˤ�UChar��������줺��OnigUChar�Ȥ���̾��������Τߤ�
H A DHISTORY460 rename UChar to OnigUChar in oniguruma.h.
/PHP-5.4/ext/mbstring/oniguruma/enc/
H A Dkoi8.c108 const OnigUChar** pp, const OnigUChar* end, OnigUChar* lower) in koi8_mbc_to_normalize()
110 const OnigUChar* p = *pp; in koi8_mbc_to_normalize()
126 koi8_is_mbc_ambiguous(OnigAmbigType flag, const OnigUChar** pp, const OnigUChar* end) in koi8_is_mbc_ambiguous()
128 const OnigUChar* p = *pp; in koi8_is_mbc_ambiguous()
/PHP-5.4/ext/mbstring/
H A Dphp_mbregex.c737 …if (onig_search(re, (OnigUChar *)string, (OnigUChar *)(string + string_len), (OnigUChar *)string, … in _php_mb_regex_ereg_exec()
811 OnigUChar *pos; in _php_mb_regex_ereg_replace_exec()
812 OnigUChar *string_lim; in _php_mb_regex_ereg_replace_exec()
892 pos = (OnigUChar *)string; in _php_mb_regex_ereg_replace_exec()
896 …err = onig_search(re, (OnigUChar *)string, (OnigUChar *)string_lim, pos, (OnigUChar *)string_lim, … in _php_mb_regex_ereg_replace_exec()
991 pos = (OnigUChar *)string + n; in _php_mb_regex_ereg_replace_exec()
1058 OnigUChar *pos, *chunk_pos; in PHP_FUNCTION()
1085 …err = onig_search(re, (OnigUChar *)string, (OnigUChar *)(string + string_len), pos, (OnigUChar *)(… in PHP_FUNCTION()
1166 …err = onig_match(re, (OnigUChar *)string, (OnigUChar *)(string + string_len), (OnigUChar *)string,… in PHP_FUNCTION()
1185 OnigUChar *str; in _php_mb_regex_ereg_search_exec()
[all …]
H A Dmbstring.c987 (const OnigUChar *)pattern, in _php_mb_compile_regex()
988 (const OnigUChar *)pattern + strlen(pattern), in _php_mb_compile_regex()
991 OnigUChar err_str[ONIG_MAX_ERROR_MESSAGE_LEN]; in _php_mb_compile_regex()
1003 return onig_search((php_mb_regex_t *)opaque, (const OnigUChar *)str, in _php_mb_match_regex()
1004 (const OnigUChar*)str + str_len, (const OnigUChar *)str, in _php_mb_match_regex()
1005 (const OnigUChar*)str + str_len, NULL, ONIG_OPTION_NONE) >= 0; in _php_mb_match_regex()
H A Dconfig.m4198 PHP_MBSTRING_ADD_CFLAG([-DUChar=OnigUChar])

Completed in 46 milliseconds