Home
last modified time | relevance | path

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

/PHP-5.5/ext/intl/grapheme/
H A Dgrapheme_util.h47 #define OUTSIDE_STRING(offset, max_len) ( offset <= INT32_MIN || offset > INT32_MAX || (offset < 0 … macro
H A Dgrapheme_string.c126 if ( OUTSIDE_STRING(loffset, haystack_len) ) { in PHP_FUNCTION()
195 if ( OUTSIDE_STRING(loffset, haystack_len) ) { in PHP_FUNCTION()
270 if ( OUTSIDE_STRING(loffset, haystack_len) ) { in PHP_FUNCTION()
340 if ( OUTSIDE_STRING(loffset, haystack_len) ) { in PHP_FUNCTION()
423 if ( OUTSIDE_STRING(lstart, str_len) ) { in PHP_FUNCTION()

Completed in 9 milliseconds