Searched refs:grapheme_ascii_check (Results 1 – 3 of 3) sorted by relevance
/PHP-8.2/ext/intl/grapheme/ |
H A D | grapheme_string.c | 46 ret_len = grapheme_ascii_check((unsigned char *)string, string_len); in PHP_FUNCTION() 107 if (offset >= 0 && grapheme_ascii_check((unsigned char *)haystack, haystack_len) >= 0) { in PHP_FUNCTION() 156 is_ascii = ( grapheme_ascii_check((unsigned char*)haystack, haystack_len) >= 0 ); in PHP_FUNCTION() 176 if ( grapheme_ascii_check((unsigned char *)needle, needle_len) >= 0 ) { in PHP_FUNCTION() 217 is_ascii = grapheme_ascii_check((unsigned char *)haystack, haystack_len) >= 0; in PHP_FUNCTION() 229 if ( grapheme_ascii_check((unsigned char *)needle, needle_len) >= 0 ) { in PHP_FUNCTION() 272 is_ascii = grapheme_ascii_check((unsigned char *)haystack, haystack_len) >= 0; in PHP_FUNCTION() 293 if ( grapheme_ascii_check((unsigned char *)needle, needle_len) >= 0 ) { in PHP_FUNCTION() 352 if ( grapheme_ascii_check((unsigned char *)str, str_len) >= 0 ) { in PHP_FUNCTION() 546 if ( grapheme_ascii_check((unsigned char *)haystack, haystack_len) >= 0 ) { in strstr_common_handler() [all …]
|
H A D | grapheme_util.h | 24 zend_long grapheme_ascii_check(const unsigned char *day, size_t len);
|
H A D | grapheme_util.c | 217 zend_long grapheme_ascii_check(const unsigned char *day, size_t len) in grapheme_ascii_check() function
|
Completed in 9 milliseconds