Home
last modified time | relevance | path

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

/PHP-8.2/ext/intl/grapheme/
H A Dgrapheme_string.c46 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 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