Home
last modified time | relevance | path

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

/PHP-5.3/ext/intl/grapheme/
H A Dgrapheme_util.h57 #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()
194 if ( OUTSIDE_STRING(loffset, haystack_len) ) { in PHP_FUNCTION()
268 if ( OUTSIDE_STRING(loffset, haystack_len) ) { in PHP_FUNCTION()
338 if ( OUTSIDE_STRING(loffset, haystack_len) ) { in PHP_FUNCTION()
421 if ( OUTSIDE_STRING(lstart, str_len) ) { in PHP_FUNCTION()

Completed in 6 milliseconds