Searched refs:MBSTRING_API (Results 1 – 6 of 6) sorted by relevance
/PHP-7.1/ext/mbstring/ |
H A D | mbstring.h | 58 # undef MBSTRING_API 60 # define MBSTRING_API __declspec(dllexport) macro 62 # define MBSTRING_API __declspec(dllimport) macro 64 # define MBSTRING_API /* nothing special */ macro 67 # undef MBSTRING_API 68 # define MBSTRING_API __attribute__ ((visibility("default"))) macro 70 # undef MBSTRING_API 71 # define MBSTRING_API /* nothing special */ macro 136 MBSTRING_API char *php_mb_safe_strrchr(const char *s, unsigned int c, 144 MBSTRING_API int php_mb_check_encoding_list(const char *encoding_list); [all …]
|
H A D | php_unicode.c | 101 MBSTRING_API int php_unicode_is_prop(unsigned long code, unsigned long mask1, in php_unicode_is_prop() 147 MBSTRING_API unsigned long php_turkish_toupper(unsigned long code, long l, long r, int field) in php_turkish_toupper() 155 MBSTRING_API unsigned long php_turkish_tolower(unsigned long code, long l, long r, int field) in php_turkish_tolower() 163 MBSTRING_API unsigned long php_unicode_toupper(unsigned long code, enum mbfl_no_encoding enc) in php_unicode_toupper() 194 MBSTRING_API unsigned long php_unicode_tolower(unsigned long code, enum mbfl_no_encoding enc) in php_unicode_tolower() 225 MBSTRING_API unsigned long php_unicode_totitle(unsigned long code, enum mbfl_no_encoding enc) in php_unicode_totitle() 270 MBSTRING_API char *php_unicode_convert_case(int case_mode, const char *srcstr, size_t srclen, size_… in php_unicode_convert_case()
|
H A D | mb_gpc.h | 47 MBSTRING_API SAPI_TREAT_DATA_FUNC(mbstr_treat_data);
|
H A D | php_unicode.h | 104 MBSTRING_API int php_unicode_is_prop(unsigned long code, unsigned long mask1, 106 MBSTRING_API char *php_unicode_convert_case(int case_mode, const char *srcstr, size_t srclen, size_…
|
H A D | mb_gpc.c | 54 MBSTRING_API SAPI_TREAT_DATA_FUNC(mbstr_treat_data) in ZEND_EXTERN_MODULE_GLOBALS()
|
H A D | mbstring.c | 3142 MBSTRING_API char * php_mb_convert_encoding(const char *input, size_t length, const char *_to_encod… in php_mb_convert_encoding() 4727 MBSTRING_API int php_mb_check_encoding(const char *input, size_t length, const char *enc) in php_mb_check_encoding() 4836 MBSTRING_API size_t php_mb_mbchar_bytes_ex(const char *s, const mbfl_encoding *enc) in php_mb_mbchar_bytes_ex() 4854 MBSTRING_API size_t php_mb_mbchar_bytes(const char *s) in php_mb_mbchar_bytes() 4861 MBSTRING_API char *php_mb_safe_strrchr_ex(const char *s, unsigned int c, size_t nbytes, const mbfl_… in php_mb_safe_strrchr_ex() 4902 MBSTRING_API char *php_mb_safe_strrchr(const char *s, unsigned int c, size_t nbytes) in php_mb_safe_strrchr() 4910 MBSTRING_API int php_mb_stripos(int mode, const char *old_haystack, unsigned int old_haystack_len, … in php_mb_stripos()
|
Completed in 22 milliseconds