Home
last modified time | relevance | path

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

/PHP-5.6/ext/intl/grapheme/
H A Dgrapheme_string.c114 long loffset = 0; in PHP_FUNCTION() local
126 if ( OUTSIDE_STRING(loffset, haystack_len) ) { in PHP_FUNCTION()
134 offset = (int32_t) loffset; in PHP_FUNCTION()
182 long loffset = 0; in PHP_FUNCTION() local
195 if ( OUTSIDE_STRING(loffset, haystack_len) ) { in PHP_FUNCTION()
203 offset = (int32_t) loffset; in PHP_FUNCTION()
257 long loffset = 0; in PHP_FUNCTION() local
270 if ( OUTSIDE_STRING(loffset, haystack_len) ) { in PHP_FUNCTION()
278 offset = (int32_t) loffset; in PHP_FUNCTION()
327 long loffset = 0; in PHP_FUNCTION() local
[all …]

Completed in 9 milliseconds