Searched refs:loffset (Results 1 - 1 of 1) sorted by relevance
| /PHP_5_5/ext/intl/grapheme/ |
| H A D | grapheme_string.c | 114 long loffset = 0; local 118 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "ss|l", (char **)&haystack, &haystack_len, (char **)&needle, &needle_len, &loffset) == FAILURE) { 126 if ( OUTSIDE_STRING(loffset, haystack_len) ) { 134 offset = (int32_t) loffset; 181 long loffset = 0; local 186 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "ss|l", (char **)&haystack, &haystack_len, (char **)&needle, &needle_len, &loffset) == FAILURE) { 194 if ( OUTSIDE_STRING(loffset, haystack_len) ) { 202 offset = (int32_t) loffset; 255 long loffset = 0; local 260 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "ss|l", (char **)&haystack, &haystack_len, (char **)&needle, &needle_len, &loffset) 325 long loffset = 0; local [all...] |
Completed in 2 milliseconds