Lines Matching refs:int32_t

116 	int32_t offset = 0;  in PHP_FUNCTION()
132 offset = (int32_t) loffset; in PHP_FUNCTION()
133 noffset = offset >= 0 ? offset : (int32_t)haystack_len + offset; in PHP_FUNCTION()
179 int32_t offset = 0; in PHP_FUNCTION()
195 offset = (int32_t) loffset; in PHP_FUNCTION()
208 int32_t noffset = offset >= 0 ? offset : (int32_t)haystack_len + offset; in PHP_FUNCTION()
248 int32_t offset = 0; in PHP_FUNCTION()
264 offset = (int32_t) loffset; in PHP_FUNCTION()
311 int32_t offset = 0; in PHP_FUNCTION()
327 offset = (int32_t) loffset; in PHP_FUNCTION()
384 int32_t ustr_len; in PHP_FUNCTION()
386 int32_t start = 0; in PHP_FUNCTION()
392 int32_t (*iter_func)(UBreakIterator *); in PHP_FUNCTION()
407 start = (int32_t) lstart; in PHP_FUNCTION()
422 int32_t asub_str_len; in PHP_FUNCTION()
424 grapheme_substr_ascii(str, str_len, start, (int32_t)length, &sub_str, &asub_str_len); in PHP_FUNCTION()
493 if (length >= (int32_t)str_len) { in PHP_FUNCTION()
599 int32_t ret_pos, uchar_pos; in strstr_common_handler()
681 static inline int32_t
682 grapheme_extract_charcount_iter(UBreakIterator *bi, int32_t csize, unsigned char *pstr, int32_t str… in grapheme_extract_charcount_iter()
721 static inline int32_t
722 grapheme_extract_bytecount_iter(UBreakIterator *bi, int32_t bsize, unsigned char *pstr, int32_t str… in grapheme_extract_bytecount_iter()
746 static inline int32_t
747 grapheme_extract_count_iter(UBreakIterator *bi, int32_t size, unsigned char *pstr, int32_t str_len) in grapheme_extract_count_iter()
767 typedef int32_t (*grapheme_extract_iter)(UBreakIterator * /*bi*/, int32_t /*size*/, unsigned char *…
785 int32_t start = 0; in PHP_FUNCTION()
836 start = (int32_t) lstart; in PHP_FUNCTION()
892 …ret_pos = (*grapheme_extract_iters[extract_type])(bi, size, (unsigned char *)pstr, (int32_t)str_le… in PHP_FUNCTION()