loffset           112 ext/intl/grapheme/grapheme_string.c 	zend_long loffset = 0;
loffset           116 ext/intl/grapheme/grapheme_string.c 	if (zend_parse_parameters(ZEND_NUM_ARGS(), "ss|l", &haystack, &haystack_len, &needle, &needle_len, &loffset) == FAILURE) {
loffset           122 ext/intl/grapheme/grapheme_string.c 	if ( OUTSIDE_STRING(loffset, haystack_len) ) {
loffset           128 ext/intl/grapheme/grapheme_string.c 	offset = (int32_t) loffset;
loffset           172 ext/intl/grapheme/grapheme_string.c 	zend_long loffset = 0;
loffset           177 ext/intl/grapheme/grapheme_string.c 	if (zend_parse_parameters(ZEND_NUM_ARGS(), "ss|l", &haystack, &haystack_len, &needle, &needle_len, &loffset) == FAILURE) {
loffset           183 ext/intl/grapheme/grapheme_string.c 	if ( OUTSIDE_STRING(loffset, haystack_len) ) {
loffset           189 ext/intl/grapheme/grapheme_string.c 	offset = (int32_t) loffset;
loffset           240 ext/intl/grapheme/grapheme_string.c 	zend_long loffset = 0;
loffset           245 ext/intl/grapheme/grapheme_string.c 	if (zend_parse_parameters(ZEND_NUM_ARGS(), "ss|l", &haystack, &haystack_len, &needle, &needle_len, &loffset) == FAILURE) {
loffset           251 ext/intl/grapheme/grapheme_string.c 	if ( OUTSIDE_STRING(loffset, haystack_len) ) {
loffset           257 ext/intl/grapheme/grapheme_string.c 	offset = (int32_t) loffset;
loffset           303 ext/intl/grapheme/grapheme_string.c 	zend_long loffset = 0;
loffset           308 ext/intl/grapheme/grapheme_string.c 	if (zend_parse_parameters(ZEND_NUM_ARGS(), "ss|l", &haystack, &haystack_len, &needle, &needle_len, &loffset) == FAILURE) {
loffset           314 ext/intl/grapheme/grapheme_string.c 	if ( OUTSIDE_STRING(loffset, haystack_len) ) {
loffset           320 ext/intl/grapheme/grapheme_string.c 	offset = (int32_t) loffset;