loffset           114 ext/intl/grapheme/grapheme_string.c 	long loffset = 0;
loffset           118 ext/intl/grapheme/grapheme_string.c 	if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "ss|l", (char **)&haystack, &haystack_len, (char **)&needle, &needle_len, &loffset) == FAILURE) {
loffset           126 ext/intl/grapheme/grapheme_string.c 	if ( OUTSIDE_STRING(loffset, haystack_len) ) {
loffset           134 ext/intl/grapheme/grapheme_string.c 	offset = (int32_t) loffset;
loffset           181 ext/intl/grapheme/grapheme_string.c 	long loffset = 0;
loffset           186 ext/intl/grapheme/grapheme_string.c 	if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "ss|l", (char **)&haystack, &haystack_len, (char **)&needle, &needle_len, &loffset) == FAILURE) {
loffset           194 ext/intl/grapheme/grapheme_string.c 	if ( OUTSIDE_STRING(loffset, haystack_len) ) {
loffset           202 ext/intl/grapheme/grapheme_string.c 	offset = (int32_t) loffset;
loffset           255 ext/intl/grapheme/grapheme_string.c 	long loffset = 0;
loffset           260 ext/intl/grapheme/grapheme_string.c 	if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "ss|l", (char **)&haystack, &haystack_len, (char **)&needle, &needle_len, &loffset) == FAILURE) {
loffset           268 ext/intl/grapheme/grapheme_string.c 	if ( OUTSIDE_STRING(loffset, haystack_len) ) {
loffset           276 ext/intl/grapheme/grapheme_string.c 	offset = (int32_t) loffset;
loffset           325 ext/intl/grapheme/grapheme_string.c 	long loffset = 0;
loffset           330 ext/intl/grapheme/grapheme_string.c 	if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "ss|l", (char **)&haystack, &haystack_len, (char **)&needle, &needle_len, &loffset) == FAILURE) {
loffset           338 ext/intl/grapheme/grapheme_string.c 	if ( OUTSIDE_STRING(loffset, haystack_len) ) {
loffset           346 ext/intl/grapheme/grapheme_string.c 	offset = (int32_t) loffset;