Home
last modified time | relevance | path

Searched refs:int32_t (Results 1 – 25 of 57) sorted by relevance

123

/PHP-5.5/ext/intl/grapheme/
H A Dgrapheme_util.h26 void grapheme_substr_ascii(char *str, int32_t str_len, int32_t f, int32_t l, int argc, char **sub_s…
28 …e_strrpos_utf16(unsigned char *haystack, int32_t haystack_len, unsigned char*needle, int32_t needl…
30 …me_strpos_utf16(unsigned char *haystack, int32_t haystack_len, unsigned char*needle, int32_t needl…
32 int grapheme_ascii_check(const unsigned char *day, int32_t len);
34 int grapheme_split_string(const UChar *text, int32_t text_length, int boundary_array[], int boundar…
36 int32_t grapheme_count_graphemes(UBreakIterator *bi, UChar *string, int32_t string_len);
38 inline void *grapheme_memrchr_grapheme(const void *s, int c, int32_t n);
40 int grapheme_get_haystack_offset(UBreakIterator* bi, int32_t offset);
42 int32_t grapheme_strrpos_ascii(unsigned char *haystack, int32_t haystack_len, unsigned char *needle…
H A Dgrapheme_util.c131 …s_utf16(unsigned char *haystack, int32_t haystack_len, unsigned char*needle, int32_t needle_len, i… in grapheme_strpos_utf16()
134 int32_t uhaystack_len = 0, uneedle_len = 0, char_pos, ret_pos, offset_pos = 0; in grapheme_strpos_utf16()
220 int grapheme_ascii_check(const unsigned char *day, int32_t len) in grapheme_ascii_check()
234 int grapheme_split_string(const UChar *text, int32_t text_length, int boundary_array[], int boundar… in grapheme_split_string()
272 int32_t grapheme_count_graphemes(UBreakIterator *bi, UChar *string, int32_t string_len) in grapheme_count_graphemes()
296 int grapheme_get_haystack_offset(UBreakIterator* bi, int32_t offset) in grapheme_get_haystack_offset()
298 int32_t pos; in grapheme_get_haystack_offset()
299 int32_t (*iter_op)(UBreakIterator* bi); in grapheme_get_haystack_offset()
336 int32_t
337 …_strrpos_ascii(unsigned char *haystack, int32_t haystack_len, unsigned char *needle, int32_t needl… in grapheme_strrpos_ascii()
[all …]
H A Dgrapheme_string.c183 int32_t offset = 0; in PHP_FUNCTION()
258 int32_t offset = 0; in PHP_FUNCTION()
259 int32_t ret_pos; in PHP_FUNCTION()
328 int32_t offset = 0; in PHP_FUNCTION()
329 int32_t ret_pos; in PHP_FUNCTION()
407 int32_t start = 0; in PHP_FUNCTION()
702 static inline int32_t
739 static inline int32_t
773 static inline int32_t
800 typedef int32_t (*grapheme_extract_iter)(UBreakIterator * /*bi*/, int32_t /*size*/, unsigned char *…
[all …]
/PHP-5.5/sapi/litespeed/
H A Dlsapidef.h152 int32_t m_httpHeaderLen;
153 int32_t m_reqBodyLen;
157 int32_t m_requestMethodOff;
159 int32_t m_cntEnv;
160 int32_t m_cntSpecialEnv;
172 int32_t nameOff;
173 int32_t nameLen;
174 int32_t valueOff;
175 int32_t valueLen;
180 int32_t m_cntHeaders;
[all …]
/PHP-5.5/ext/intl/breakiterator/
H A Dcodepointiterator_internal.h55 virtual int32_t first(void);
57 virtual int32_t last(void);
59 virtual int32_t previous(void);
61 virtual int32_t next(void);
63 virtual int32_t current(void) const;
65 virtual int32_t following(int32_t offset);
67 virtual int32_t preceding(int32_t offset);
69 virtual UBool isBoundary(int32_t offset);
71 virtual int32_t next(int32_t n);
74 int32_t &BufferSize,
H A Dcodepointiterator_internal.cpp142 int32_t CodePointBreakIterator::first(void) in first()
150 int32_t CodePointBreakIterator::last(void) in last()
152 int32_t pos = (int32_t)utext_nativeLength(this->fText); in last()
159 int32_t CodePointBreakIterator::previous(void) in previous()
166 return (int32_t)UTEXT_GETNATIVEINDEX(this->fText); in previous()
169 int32_t CodePointBreakIterator::next(void) in next()
176 return (int32_t)UTEXT_GETNATIVEINDEX(this->fText); in next()
179 int32_t CodePointBreakIterator::current(void) const in current()
184 int32_t CodePointBreakIterator::following(int32_t offset) in following()
194 int32_t CodePointBreakIterator::preceding(int32_t offset) in preceding()
[all …]
H A Dbreakiterator_methods.cpp196 int32_t (BreakIterator::*func)(), in _breakiter_no_args_ret_int32()
212 int32_t res = (bio->biter->*func)(); in _breakiter_no_args_ret_int32()
219 int32_t (BreakIterator::*func)(int32_t), in _breakiter_int32_ret_int32() argument
244 int32_t res = (bio->biter->*func)((int32_t)arg); in _breakiter_int32_ret_int32()
312 int32_t res = bio->biter->current(); in PHP_FUNCTION()
353 UBool res = bio->biter->isBoundary((int32_t)offset); in PHP_FUNCTION()
H A Drulebasedbreakiterator_methods.cpp164 int32_t num_rules = fetch_rbbi(bio)->getRuleStatusVec(NULL, 0, in PHP_FUNCTION()
173 int32_t *rules = new int32_t[num_rules]; in PHP_FUNCTION()
185 for (int32_t i = 0; i < num_rules; i++) { in PHP_FUNCTION()
/PHP-5.5/ext/mysqlnd/
H A Dconfig-win.h67 #define sint3korr(A) ((int32_t) ((((zend_uchar) (A)[2]) & 128) ? \
75 #define sint4korr(A) (*((int32_t *) (A)))
77 #define uint3korr(A) (int32_t) (*((uint32_t *) (A)) & 0xFFFFFF)
90 #define int4store(T,A) *((int32_t *) (T))= (int32_t) (A)
98 #define float8get(V,M) { *((int32_t *) &V) = *((int32_t*) M); \
99 *(((int32_t *) &V)+1) = *(((int32_t*) M)+1); }
100 #define float8store(T,V) { *((int32_t *) T) = *((int32_t*) &V); \
101 *(((int32_t *) T)+1) = *(((int32_t*) &V)+1); }
102 #define float4get(V,M) { *((int32_t *) &(V)) = *((int32_t*) (M)); }
H A Dmysqlnd_portability.h110 typedef int32 int32_t; typedef
112 typedef signed int int32_t; typedef
114 typedef signed long int32_t; typedef
294 #define sint3korr(A) ((int32_t) ((((zend_uchar) (A)[2]) & 128) ? \
356 #define sint3korr(A) ((int32_t) ((((zend_uchar) (A)[2]) & 128) ? \
364 #define sint4korr(A) (int32_t) (((int32_t) ((zend_uchar) (A)[0])) +\
365 (((int32_t) ((zend_uchar) (A)[1]) << 8)) +\
366 (((int32_t) ((zend_uchar) (A)[2]) << 16)) +\
367 (((int32_t) ((int16_t) (A)[3]) << 24)))
/PHP-5.5/ext/intl/calendar/
H A Dgregoriancalendar_methods.cpp122 gcal = new GregorianCalendar((int32_t)largs[0], (int32_t)largs[1], in _php_intlgregcal_constructor_body()
123 (int32_t)largs[2], status); in _php_intlgregcal_constructor_body()
125 gcal = new GregorianCalendar((int32_t)largs[0], (int32_t)largs[1], in _php_intlgregcal_constructor_body()
126 (int32_t)largs[2], (int32_t)largs[3], (int32_t)largs[4], status); in _php_intlgregcal_constructor_body()
128 gcal = new GregorianCalendar((int32_t)largs[0], (int32_t)largs[1], in _php_intlgregcal_constructor_body()
129 (int32_t)largs[2], (int32_t)largs[3], (int32_t)largs[4], (int32_t)largs[5], in _php_intlgregcal_constructor_body()
254 RETURN_BOOL((int)fetch_greg(co)->isLeapYear((int32_t)year)); in PHP_FUNCTION()
H A Dcalendar_methods.cpp98 int32_t count(UErrorCode& status) const { in count()
104 int32_t length; in snext()
114 int32_t length = -1; in next()
208 int32_t count; in PHP_FUNCTION()
243 int32_t result = (co->ucal->*func)( in _php_intlcal_field_uec_ret_in32t_method()
454 co->ucal->set((int32_t)arg1, (int32_t)arg2, (int32_t)arg3); in PHP_FUNCTION()
456 co->ucal->set((int32_t)arg1, (int32_t)arg2, (int32_t)arg3, (int32_t)arg4, (int32_t)arg5); in PHP_FUNCTION()
458 …co->ucal->set((int32_t)arg1, (int32_t)arg2, (int32_t)arg3, (int32_t)arg4, (int32_t)arg5, (int32_t)… in PHP_FUNCTION()
595 int32_t result = co->ucal->fieldDifference((UDate)when, in PHP_FUNCTION()
636 int32_t result = co->ucal->getDayOfWeekType( in PHP_FUNCTION()
[all …]
/PHP-5.5/ext/intl/dateformat/
H A Ddateformat_parse.c37 …o_timestamp(IntlDateFormatter_object *dfo, char* text_to_parse, int32_t text_len, int32_t *parse_p… in internal_parse_to_timestamp()
42 int32_t text_utf16_len = 0; in internal_parse_to_timestamp()
84 …o_localtime(IntlDateFormatter_object *dfo, char* text_to_parse, int32_t text_len, int32_t *parse_p… in internal_parse_to_localtime()
88 int32_t text_utf16_len = 0; in internal_parse_to_localtime()
131 int32_t text_len =0; in PHP_FUNCTION()
133 int32_t parse_pos = -1; in PHP_FUNCTION()
149 parse_pos = (int32_t)Z_LVAL_P(z_parse_pos); in PHP_FUNCTION()
169 int32_t text_len =0; in PHP_FUNCTION()
171 int32_t parse_pos = -1; in PHP_FUNCTION()
187 parse_pos = (int32_t)Z_LVAL_P(z_parse_pos); in PHP_FUNCTION()
H A Ddateformat_format.c38 int32_t resultlengthneeded =0 ; in internal_format()
62 static int32_t internal_get_arr_ele(IntlDateFormatter_object *dfo, in internal_get_arr_ele()
66 int32_t result = 0; in internal_get_arr_ele()
104 int32_t year, in internal_get_timestamp()
/PHP-5.5/ext/intl/
H A Dintl_convertcpp.cpp28 int intl_stringFromChar(UnicodeString &ret, char *str, int32_t str_len, UErrorCode *status) in intl_stringFromChar()
32 int32_t capacity = str_len + 1; in intl_stringFromChar()
36 int32_t utf16_len = 0; in intl_stringFromChar()
62 int32_t capacity = from.length() * 3 + 1; in intl_charFromString()
75 int32_t actual_len; in intl_charFromString()
H A Dintl_convert.c52 int32_t dst_len = 0; in intl_convert_utf8_to_utf16()
116 int32_t dst_len; in intl_convert_utf16_to_utf8()
/PHP-5.5/ext/date/lib/
H A Dtimelib_structs.h43 typedef int int32_t; typedef
45 typedef long int int32_t; typedef
82 int32_t offset;
92 int32_t trans;
93 int32_t offset;
124 int32_t *trans;
156 int32_t offset;
H A Dparse_tz.c99 int32_t *buffer = NULL; in read_transistions()
104 buffer = (int32_t*) malloc(tz->bit32.timecnt * sizeof(int32_t)); in read_transistions()
108 memcpy(buffer, *tzf, sizeof(int32_t) * tz->bit32.timecnt); in read_transistions()
109 *tzf += (sizeof(int32_t) * tz->bit32.timecnt); in read_transistions()
145 int32_t *leap_buffer; in read_types()
177 leap_buffer = (int32_t *) malloc(tz->bit32.leapcnt * 2 * sizeof(int32_t)); in read_types()
181 memcpy(leap_buffer, *tzf, sizeof(int32_t) * tz->bit32.leapcnt * 2); in read_types()
182 *tzf += sizeof(int32_t) * tz->bit32.leapcnt * 2; in read_types()
477 int32_t offset = 0, leap_secs = 0; in timelib_get_time_zone_info()
/PHP-5.5/ext/intl/formatter/
H A Dformatter_parse.c44 int32_t val32, position = 0; in PHP_FUNCTION()
47 int32_t* position_p = NULL; in PHP_FUNCTION()
71 position = (int32_t)Z_LVAL_P( zposition ); in PHP_FUNCTION()
135 int32_t* position_p = NULL; in PHP_FUNCTION()
136 int32_t position = 0; in PHP_FUNCTION()
159 position = (int32_t)Z_LVAL_P( zposition ); in PHP_FUNCTION()
/PHP-5.5/ext/fileinfo/libmagic/
H A Dsoftmagic.c361 private int32_t
431 t = ms->offset + sizeof(int32_t); in mprint()
614 return (int32_t)t; in mprint()
617 private int32_t
633 return CAST(int32_t, (ms->offset + sizeof(int32_t))); in moffset()
911 p->l = (int32_t) in mconvert()
933 p->l = (int32_t) in mconvert()
951 p->l = (int32_t) in mconvert()
1435 offset = (int32_t)((p->hl[0]<<24)| in mget()
1506 offset = (int32_t)((p->hl[3]<<24)| in mget()
[all …]
/PHP-5.5/ext/intl/normalizer/
H A Dnormalizer_normalize.c49 int32_t ret_len = 0; in PHP_FUNCTION()
51 int32_t size_needed; in PHP_FUNCTION()
111 …size_needed = unorm_normalize( uinput, uinput_len, form, (int32_t) 0 /* options */, uret_buf, uret… in PHP_FUNCTION()
134 …size_needed = unorm_normalize( uinput, uinput_len, form, (int32_t) 0 /* options */, uret_buf, uret… in PHP_FUNCTION()
233 …uret = unorm_isNormalizedWithOptions( uinput, uinput_len, form, (int32_t) 0 /* options */, &status… in PHP_FUNCTION()
/PHP-5.5/ext/intl/idn/
H A Didn.c141 int32_t len; in php_intl_idn_to_46()
142 int32_t buffer_capac = 255; /* no domain name may exceed this */ in php_intl_idn_to_46()
155 len = uidna_nameToASCII_UTF8(uts46, domain, (int32_t)domain_len, in php_intl_idn_to_46()
158 len = uidna_nameToUnicodeUTF8(uts46, domain, (int32_t)domain_len, in php_intl_idn_to_46()
211 int32_t converted_utf8_len; in php_intl_idn_to()
213 int32_t converted_ret_len; in php_intl_idn_to()
233 …converted_ret_len = uidna_IDNToASCII(ustring, ustring_len, converted, MAXPATHLEN, (int32_t)option,… in php_intl_idn_to()
235 …converted_ret_len = uidna_IDNToUnicode(ustring, ustring_len, converted, MAXPATHLEN, (int32_t)optio… in php_intl_idn_to()
/PHP-5.5/win32/
H A Dphp_stdint.h79 #ifndef int32_t
80 typedef __int32 int32_t; typedef
100 typedef int32_t int_least32_t;
110 typedef int32_t int_fast32_t;
141 #define INT32_MIN ((int32_t)_I32_MIN)
/PHP-5.5/ext/intl/msgformat/
H A Dmsgformat_helpers.cpp67 int32_t& count) { in getArgTypeList()
79 U_CFUNC int32_t umsg_format_arg_count(UMessageFormat *fmt) in umsg_format_arg_count()
81 int32_t fmt_count = 0; in umsg_format_arg_count()
90 int32_t parts_count; in umsg_get_numeric_types()
137 int32_t parts_count; in umsg_parse_format()
195 int32_t argNumber = name_part.getValue(); in umsg_parse_format()
321 int32_t count; in umsg_set_timezone()
493 int32_t tInt32 = 0; in umsg_format_helper()
502 tInt32 = (int32_t)Z_DVAL_PP(elem); in umsg_format_helper()
511 tInt32 = (int32_t)Z_LVAL_PP(elem); in umsg_format_helper()
[all …]
/PHP-5.5/ext/intl/resourcebundle/
H A Dresourcebundle.c32 const int32_t* vfield; in resourcebundle_extract_value()
33 int32_t ilen; in resourcebundle_extract_value()

Completed in 78 milliseconds

123