Lines Matching refs:int32_t

88 	int32_t offset = 0;  in PHP_FUNCTION()
102 offset = (int32_t) loffset; in PHP_FUNCTION()
103 noffset = offset >= 0 ? offset : (int32_t)haystack_len + offset; in PHP_FUNCTION()
138 int32_t offset = 0; in PHP_FUNCTION()
152 offset = (int32_t) loffset; in PHP_FUNCTION()
160 int32_t noffset = offset >= 0 ? offset : (int32_t)haystack_len + offset; in PHP_FUNCTION()
199 int32_t offset = 0; in PHP_FUNCTION()
213 offset = (int32_t) loffset; in PHP_FUNCTION()
254 int32_t offset = 0; in PHP_FUNCTION()
268 offset = (int32_t) loffset; in PHP_FUNCTION()
319 int32_t ustr_len; in PHP_FUNCTION()
321 int32_t start = 0; in PHP_FUNCTION()
327 int32_t (*iter_func)(UBreakIterator *); in PHP_FUNCTION()
339 start = (int32_t) lstart; in PHP_FUNCTION()
353 int32_t asub_str_len; in PHP_FUNCTION()
355 grapheme_substr_ascii(str, str_len, start, (int32_t)length, &sub_str, &asub_str_len); in PHP_FUNCTION()
426 if (length >= (int32_t)str_len) { in PHP_FUNCTION()
528 int32_t ret_pos, uchar_pos; in strstr_common_handler()
594 static inline int32_t
595 grapheme_extract_charcount_iter(UBreakIterator *bi, int32_t csize, unsigned char *pstr, int32_t str… in grapheme_extract_charcount_iter()
634 static inline int32_t
635 grapheme_extract_bytecount_iter(UBreakIterator *bi, int32_t bsize, unsigned char *pstr, int32_t str… in grapheme_extract_bytecount_iter()
659 static inline int32_t
660 grapheme_extract_count_iter(UBreakIterator *bi, int32_t size, unsigned char *pstr, int32_t str_len) in grapheme_extract_count_iter()
680 typedef int32_t (*grapheme_extract_iter)(UBreakIterator * /*bi*/, int32_t /*size*/, unsigned char *…
697 int32_t start = 0; in PHP_FUNCTION()
751 start = (int32_t) lstart; in PHP_FUNCTION()
807 …ret_pos = (*grapheme_extract_iters[extract_type])(bi, size, (unsigned char *)pstr, (int32_t)str_le… in PHP_FUNCTION()