Lines Matching refs:int32_t

114 	int32_t offset = 0;  in PHP_FUNCTION()
130 offset = (int32_t) loffset; in PHP_FUNCTION()
131 noffset = offset >= 0 ? offset : (int32_t)haystack_len + offset; in PHP_FUNCTION()
177 int32_t offset = 0; in PHP_FUNCTION()
193 offset = (int32_t) loffset; in PHP_FUNCTION()
206 int32_t noffset = offset >= 0 ? offset : (int32_t)haystack_len + offset; in PHP_FUNCTION()
246 int32_t offset = 0; in PHP_FUNCTION()
262 offset = (int32_t) loffset; in PHP_FUNCTION()
309 int32_t offset = 0; in PHP_FUNCTION()
325 offset = (int32_t) loffset; in PHP_FUNCTION()
382 int32_t ustr_len; in PHP_FUNCTION()
384 int32_t start = 0; in PHP_FUNCTION()
390 int32_t (*iter_func)(UBreakIterator *); in PHP_FUNCTION()
405 start = (int32_t) lstart; in PHP_FUNCTION()
420 int32_t asub_str_len; in PHP_FUNCTION()
422 grapheme_substr_ascii(str, str_len, start, (int32_t)length, &sub_str, &asub_str_len); in PHP_FUNCTION()
491 if (length >= (int32_t)str_len) { in PHP_FUNCTION()
597 int32_t ret_pos, uchar_pos; in strstr_common_handler()
679 static inline int32_t
680 grapheme_extract_charcount_iter(UBreakIterator *bi, int32_t csize, unsigned char *pstr, int32_t str… in grapheme_extract_charcount_iter()
719 static inline int32_t
720 grapheme_extract_bytecount_iter(UBreakIterator *bi, int32_t bsize, unsigned char *pstr, int32_t str… in grapheme_extract_bytecount_iter()
744 static inline int32_t
745 grapheme_extract_count_iter(UBreakIterator *bi, int32_t size, unsigned char *pstr, int32_t str_len) in grapheme_extract_count_iter()
765 typedef int32_t (*grapheme_extract_iter)(UBreakIterator * /*bi*/, int32_t /*size*/, unsigned char *…
783 int32_t start = 0; in PHP_FUNCTION()
834 start = (int32_t) lstart; in PHP_FUNCTION()
890 …ret_pos = (*grapheme_extract_iters[extract_type])(bi, size, (unsigned char *)pstr, (int32_t)str_le… in PHP_FUNCTION()