Home
last modified time | relevance | path

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

/php-src/ext/intl/grapheme/
H A Dgrapheme_string.c46 ret_len = grapheme_ascii_check((unsigned char *)string, string_len); in PHP_FUNCTION()
110 if (offset >= 0 && grapheme_ascii_check((unsigned char *)haystack, haystack_len) >= 0) { in PHP_FUNCTION()
162 is_ascii = ( grapheme_ascii_check((unsigned char*)haystack, haystack_len) >= 0 ); in PHP_FUNCTION()
182 if ( grapheme_ascii_check((unsigned char *)needle, needle_len) >= 0 ) { in PHP_FUNCTION()
226 is_ascii = grapheme_ascii_check((unsigned char *)haystack, haystack_len) >= 0; in PHP_FUNCTION()
238 if ( grapheme_ascii_check((unsigned char *)needle, needle_len) >= 0 ) { in PHP_FUNCTION()
284 is_ascii = grapheme_ascii_check((unsigned char *)haystack, haystack_len) >= 0; in PHP_FUNCTION()
305 if ( grapheme_ascii_check((unsigned char *)needle, needle_len) >= 0 ) { in PHP_FUNCTION()
367 if ( grapheme_ascii_check((unsigned char *)str, str_len) >= 0 ) { in PHP_FUNCTION()
564 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.c215 zend_long grapheme_ascii_check(const unsigned char *day, size_t len) in grapheme_ascii_check() function

Completed in 7 milliseconds