Home
last modified time | relevance | path

Searched refs:grapheme_ascii_check (Results 1 – 3 of 3) sorted by relevance

/PHP-8.0/ext/intl/grapheme/
H A Dgrapheme_string.c66 ret_len = grapheme_ascii_check((unsigned char *)string, string_len); in PHP_FUNCTION()
127 if (offset >= 0 && grapheme_ascii_check((unsigned char *)haystack, haystack_len) >= 0) { in PHP_FUNCTION()
176 is_ascii = ( grapheme_ascii_check((unsigned char*)haystack, haystack_len) >= 0 ); in PHP_FUNCTION()
196 if ( grapheme_ascii_check((unsigned char *)needle, needle_len) >= 0 ) { in PHP_FUNCTION()
237 is_ascii = grapheme_ascii_check((unsigned char *)haystack, haystack_len) >= 0; in PHP_FUNCTION()
249 if ( grapheme_ascii_check((unsigned char *)needle, needle_len) >= 0 ) { in PHP_FUNCTION()
292 is_ascii = grapheme_ascii_check((unsigned char *)haystack, haystack_len) >= 0; in PHP_FUNCTION()
313 if ( grapheme_ascii_check((unsigned char *)needle, needle_len) >= 0 ) { in PHP_FUNCTION()
372 if ( grapheme_ascii_check((unsigned char *)str, str_len) >= 0 ) { in PHP_FUNCTION()
566 if ( grapheme_ascii_check((unsigned char *)haystack, haystack_len) >= 0 ) { in strstr_common_handler()
[all …]
H A Dgrapheme_util.h24 zend_long grapheme_ascii_check(const unsigned char *day, size_t len);
H A Dgrapheme_util.c217 zend_long grapheme_ascii_check(const unsigned char *day, size_t len) in grapheme_ascii_check() function

Completed in 12 milliseconds