Home
last modified time | relevance | path

Searched refs:MBSTRING_API (Results 1 – 6 of 6) sorted by relevance

/PHP-7.2/ext/mbstring/
H A Dmbstring.h58 # 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
140 MBSTRING_API char *php_mb_safe_strrchr(const char *s, unsigned int c,
148 MBSTRING_API int php_mb_check_encoding_list(const char *encoding_list);
[all …]
H A Dphp_unicode.c101 MBSTRING_API int php_unicode_is_prop(unsigned long code, unsigned long mask1, in php_unicode_is_prop()
148 MBSTRING_API unsigned long php_turkish_toupper(unsigned long code, long l, long r, int field) in php_turkish_toupper()
156 MBSTRING_API unsigned long php_turkish_tolower(unsigned long code, long l, long r, int field) in php_turkish_tolower()
164 MBSTRING_API unsigned long php_unicode_toupper(unsigned long code, enum mbfl_no_encoding enc) in php_unicode_toupper()
195 MBSTRING_API unsigned long php_unicode_tolower(unsigned long code, enum mbfl_no_encoding enc) in php_unicode_tolower()
226 MBSTRING_API unsigned long php_unicode_totitle(unsigned long code, enum mbfl_no_encoding enc) in php_unicode_totitle()
271 MBSTRING_API char *php_unicode_convert_case(int case_mode, const char *srcstr, size_t srclen, size_… in php_unicode_convert_case()
H A Dmb_gpc.h47 MBSTRING_API SAPI_TREAT_DATA_FUNC(mbstr_treat_data);
H A Dphp_unicode.h104 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 Dmb_gpc.c54 MBSTRING_API SAPI_TREAT_DATA_FUNC(mbstr_treat_data) in ZEND_EXTERN_MODULE_GLOBALS()
H A Dmbstring.c3182 MBSTRING_API char *php_mb_convert_encoding(const char *input, size_t length, const char *_to_encodi… in php_mb_convert_encoding()
3269 MBSTRING_API HashTable *php_mb_convert_encoding_recursive(HashTable *input, const char *_to_encodin… in php_mb_convert_encoding_recursive()
4909 MBSTRING_API int php_mb_check_encoding(const char *input, size_t length, const char *enc) in php_mb_check_encoding()
4941 MBSTRING_API int php_mb_check_encoding_recursive(HashTable *vars, const zend_string *enc) in php_mb_check_encoding_recursive()
5331 MBSTRING_API size_t php_mb_mbchar_bytes_ex(const char *s, const mbfl_encoding *enc) in php_mb_mbchar_bytes_ex()
5349 MBSTRING_API size_t php_mb_mbchar_bytes(const char *s) in php_mb_mbchar_bytes()
5356 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()
5397 MBSTRING_API char *php_mb_safe_strrchr(const char *s, unsigned int c, size_t nbytes) in php_mb_safe_strrchr()
5405 MBSTRING_API int php_mb_stripos(int mode, const char *old_haystack, unsigned int old_haystack_len, … in php_mb_stripos()

Completed in 27 milliseconds