Home
last modified time | relevance | path

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

/PHP-5.4/ext/intl/grapheme/
H A Dgrapheme_string.c72 ret_len = grapheme_ascii_check(string, string_len); in PHP_FUNCTION()
157 if ( grapheme_ascii_check(haystack, haystack_len) >= 0 ) { in PHP_FUNCTION()
214 is_ascii = ( grapheme_ascii_check(haystack, haystack_len) >= 0 ); in PHP_FUNCTION()
232 if ( grapheme_ascii_check(needle, needle_len) >= 0 ) { in PHP_FUNCTION()
287 is_ascii = grapheme_ascii_check(haystack, haystack_len) >= 0; in PHP_FUNCTION()
300 if ( grapheme_ascii_check(needle, needle_len) >= 0 ) { in PHP_FUNCTION()
357 is_ascii = grapheme_ascii_check(haystack, haystack_len) >= 0; in PHP_FUNCTION()
378 if ( grapheme_ascii_check(needle, needle_len) >= 0 ) { in PHP_FUNCTION()
433 if ( grapheme_ascii_check(str, str_len) >= 0 ) { in PHP_FUNCTION()
649 if ( grapheme_ascii_check(haystack, haystack_len) >= 0 ) { in strstr_common_handler()
[all …]
H A Dgrapheme_util.h32 int grapheme_ascii_check(const unsigned char *day, int32_t len);
H A Dgrapheme_util.c220 int grapheme_ascii_check(const unsigned char *day, int32_t len) in grapheme_ascii_check() function

Completed in 15 milliseconds