Home
last modified time | relevance | path

Searched refs:OUTSIDE_STRING (Results 1 – 2 of 2) sorted by relevance

/PHP-8.0/ext/intl/grapheme/
H A Dgrapheme_util.h40 #define OUTSIDE_STRING(offset, max_len) ( offset <= INT32_MIN || offset > INT32_MAX || (offset < 0 … macro
H A Dgrapheme_string.c116 if ( OUTSIDE_STRING(loffset, haystack_len) ) { in PHP_FUNCTION()
166 if ( OUTSIDE_STRING(loffset, haystack_len) ) { in PHP_FUNCTION()
227 if ( OUTSIDE_STRING(loffset, haystack_len) ) { in PHP_FUNCTION()
282 if ( OUTSIDE_STRING(loffset, haystack_len) ) { in PHP_FUNCTION()

Completed in 7 milliseconds