Home
last modified time | relevance | path

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

/PHP-7.4/ext/intl/grapheme/
H A Dgrapheme_util.h42 #define OUTSIDE_STRING(offset, max_len) ( offset <= INT32_MIN || offset > INT32_MAX || (offset < 0 … macro
H A Dgrapheme_string.c124 if ( OUTSIDE_STRING(loffset, haystack_len) ) { in PHP_FUNCTION()
187 if ( OUTSIDE_STRING(loffset, haystack_len) ) { in PHP_FUNCTION()
256 if ( OUTSIDE_STRING(loffset, haystack_len) ) { in PHP_FUNCTION()
319 if ( OUTSIDE_STRING(loffset, haystack_len) ) { in PHP_FUNCTION()
399 if ( OUTSIDE_STRING(lstart, str_len)) { in PHP_FUNCTION()

Completed in 11 milliseconds