Lines Matching refs:int32_t

106 	int32_t offset = 0;  in PHP_FUNCTION()
120 offset = (int32_t) loffset; in PHP_FUNCTION()
121 noffset = offset >= 0 ? offset : (int32_t)haystack_len + offset; in PHP_FUNCTION()
156 int32_t offset = 0; in PHP_FUNCTION()
170 offset = (int32_t) loffset; in PHP_FUNCTION()
178 int32_t noffset = offset >= 0 ? offset : (int32_t)haystack_len + offset; in PHP_FUNCTION()
217 int32_t offset = 0; in PHP_FUNCTION()
231 offset = (int32_t) loffset; in PHP_FUNCTION()
272 int32_t offset = 0; in PHP_FUNCTION()
286 offset = (int32_t) loffset; in PHP_FUNCTION()
337 int32_t ustr_len; in PHP_FUNCTION()
339 int32_t start = 0; in PHP_FUNCTION()
345 int32_t (*iter_func)(UBreakIterator *); in PHP_FUNCTION()
357 start = (int32_t) lstart; in PHP_FUNCTION()
371 int32_t asub_str_len; in PHP_FUNCTION()
373 grapheme_substr_ascii(str, str_len, start, (int32_t)length, &sub_str, &asub_str_len); in PHP_FUNCTION()
444 if (length >= (int32_t)str_len) { in PHP_FUNCTION()
546 int32_t ret_pos, uchar_pos; in strstr_common_handler()
612 static inline int32_t
613 grapheme_extract_charcount_iter(UBreakIterator *bi, int32_t csize, unsigned char *pstr, int32_t str… in grapheme_extract_charcount_iter()
652 static inline int32_t
653 grapheme_extract_bytecount_iter(UBreakIterator *bi, int32_t bsize, unsigned char *pstr, int32_t str… in grapheme_extract_bytecount_iter()
677 static inline int32_t
678 grapheme_extract_count_iter(UBreakIterator *bi, int32_t size, unsigned char *pstr, int32_t str_len) in grapheme_extract_count_iter()
698 typedef int32_t (*grapheme_extract_iter)(UBreakIterator * /*bi*/, int32_t /*size*/, unsigned char *…
715 int32_t start = 0; in PHP_FUNCTION()
769 start = (int32_t) lstart; in PHP_FUNCTION()
825 …ret_pos = (*grapheme_extract_iters[extract_type])(bi, size, (unsigned char *)pstr, (int32_t)str_le… in PHP_FUNCTION()