Lines Matching refs:int32_t

113 	int32_t offset = 0;  in PHP_FUNCTION()
129 offset = (int32_t) loffset; in PHP_FUNCTION()
175 int32_t offset = 0; in PHP_FUNCTION()
191 offset = (int32_t) loffset; in PHP_FUNCTION()
204 int32_t noffset = offset >= 0 ? offset : haystack_len + offset; in PHP_FUNCTION()
244 int32_t offset = 0; in PHP_FUNCTION()
260 offset = (int32_t) loffset; in PHP_FUNCTION()
307 int32_t offset = 0; in PHP_FUNCTION()
323 offset = (int32_t) loffset; in PHP_FUNCTION()
380 int32_t ustr_len; in PHP_FUNCTION()
382 int32_t start = 0; in PHP_FUNCTION()
388 int32_t (*iter_func)(UBreakIterator *); in PHP_FUNCTION()
403 start = (int32_t) lstart; in PHP_FUNCTION()
418 int32_t asub_str_len; in PHP_FUNCTION()
420 grapheme_substr_ascii(str, str_len, start, (int32_t)length, &sub_str, &asub_str_len); in PHP_FUNCTION()
489 if (length >= (int32_t)str_len) { in PHP_FUNCTION()
595 int32_t ret_pos, uchar_pos; in strstr_common_handler()
677 static inline int32_t
678 grapheme_extract_charcount_iter(UBreakIterator *bi, int32_t csize, unsigned char *pstr, int32_t str… in grapheme_extract_charcount_iter()
717 static inline int32_t
718 grapheme_extract_bytecount_iter(UBreakIterator *bi, int32_t bsize, unsigned char *pstr, int32_t str… in grapheme_extract_bytecount_iter()
742 static inline int32_t
743 grapheme_extract_count_iter(UBreakIterator *bi, int32_t size, unsigned char *pstr, int32_t str_len) in grapheme_extract_count_iter()
763 typedef int32_t (*grapheme_extract_iter)(UBreakIterator * /*bi*/, int32_t /*size*/, unsigned char *…
781 int32_t start = 0; in PHP_FUNCTION()
829 start = (int32_t) lstart; in PHP_FUNCTION()
885 …ret_pos = (*grapheme_extract_iters[extract_type])(bi, size, (unsigned char *)pstr, (int32_t)str_le… in PHP_FUNCTION()