Home
last modified time | relevance | path

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

/PHP-7.1/ext/intl/grapheme/
H A Dgrapheme_string.c70 ret_len = grapheme_ascii_check((unsigned char *)string, string_len); in PHP_FUNCTION()
151 if ( grapheme_ascii_check((unsigned char *)haystack, haystack_len) >= 0 ) { in PHP_FUNCTION()
201 is_ascii = ( grapheme_ascii_check((unsigned char*)haystack, haystack_len) >= 0 ); in PHP_FUNCTION()
220 if ( grapheme_ascii_check((unsigned char *)needle, needle_len) >= 0 ) { in PHP_FUNCTION()
269 is_ascii = grapheme_ascii_check((unsigned char *)haystack, haystack_len) >= 0; in PHP_FUNCTION()
281 if ( grapheme_ascii_check((unsigned char *)needle, needle_len) >= 0 ) { in PHP_FUNCTION()
332 is_ascii = grapheme_ascii_check((unsigned char *)haystack, haystack_len) >= 0; in PHP_FUNCTION()
353 if ( grapheme_ascii_check((unsigned char *)needle, needle_len) >= 0 ) { in PHP_FUNCTION()
417 if ( grapheme_ascii_check((unsigned char *)str, str_len) >= 0 ) { in PHP_FUNCTION()
627 if ( grapheme_ascii_check((unsigned char *)haystack, haystack_len) >= 0 ) { in strstr_common_handler()
[all …]
H A Dgrapheme_util.h26 zend_long grapheme_ascii_check(const unsigned char *day, size_t len);
H A Dgrapheme_util.c222 zend_long grapheme_ascii_check(const unsigned char *day, size_t len) in grapheme_ascii_check() function

Completed in 10 milliseconds