Home
last modified time | relevance | path

Searched refs:int32_t (Results 26 – 50 of 106) sorted by relevance

12345

/PHP-8.1/ext/intl/formatter/
H A Dformatter_format.c34 int32_t formatted_len = USIZE(format_buf); in PHP_FUNCTION()
63 formatted_len = unum_format(FORMATTER_OBJECT(nfo), (int32_t)Z_LVAL_P(number), in PHP_FUNCTION()
68 formatted_len = unum_format(FORMATTER_OBJECT(nfo), (int32_t)Z_LVAL_P(number), in PHP_FUNCTION()
131 int32_t formatted_len = USIZE(format_buf); in PHP_FUNCTION()
135 int32_t scurrency_len = 0; in PHP_FUNCTION()
H A Dformatter_attr.c92 int32_t value_buf_size = USIZE( value_buf ); in PHP_FUNCTION()
94 int32_t length = 0; in PHP_FUNCTION()
180 int32_t slength = 0; in PHP_FUNCTION()
260 int32_t slength = 0; in PHP_FUNCTION()
333 int32_t slength = 0; in PHP_FUNCTION()
/PHP-8.1/ext/ffi/tests/
H A D039.phpt30 object(FFI\CData:int32_t*)#%d (1) {
34 object(FFI\CData:int32_t*)#%d (1) {
H A D009.phpt22 object(FFI\CData:int32_t[4])#%d (4) {
33 object(FFI\CData:int32_t[3])#%d (3) {
H A D025.phpt26 object(FFI\CData:int32_t)#%d (1) {
30 object(FFI\CData:int32_t)#%d (1) {
H A D004.phpt71 object(FFI\CData:int32_t[1])#%d (1) {
75 object(FFI\CData:int32_t[1])#%d (1) {
79 object(FFI\CData:int32_t[2])#%d (2) {
H A D037.phpt21 object(FFI\CData:int32_t*)#%d (1) {
H A D036.phpt25 object(FFI\CData:int32_t*)#%d (1) {
/PHP-8.1/ext/intl/dateformat/
H A Ddateformat_format.c34 int32_t resultlengthneeded =0 ; in internal_format()
56 static int32_t internal_get_arr_ele(IntlDateFormatter_object *dfo, in internal_get_arr_ele()
60 int32_t result = 0; in internal_get_arr_ele()
95 int32_t year, in internal_get_timestamp()
/PHP-8.1/ext/intl/breakiterator/
H A Drulebasedbreakiterator_methods.cpp160 int32_t num_rules = fetch_rbbi(bio)->getRuleStatusVec(NULL, 0, in PHP_METHOD()
166 int32_t *rules = new int32_t[num_rules]; in PHP_METHOD()
178 for (int32_t i = 0; i < num_rules; i++) { in PHP_METHOD()
/PHP-8.1/ext/intl/transliterator/
H A Dtransliterator_methods.c31 int32_t ustr_id_len = 0; in create_transliterator()
129 int32_t ustr_rules_len = 0; in PHP_FUNCTION()
223 int32_t elem_len; in PHP_FUNCTION()
271 int32_t ustr_len = 0, in PHP_FUNCTION()
365 int32_t temp_limit = ( limit == -1 ? ustr_len : (int32_t) limit ); in PHP_FUNCTION()
369 utrans_transUChars( to->utrans, uresult, &uresult_len, capacity, (int32_t) start, in PHP_FUNCTION()
/PHP-8.1/ext/intl/resourcebundle/
H A Dresourcebundle.c30 const int32_t* vfield; in resourcebundle_extract_value()
31 int32_t ilen; in resourcebundle_extract_value()
/PHP-8.1/ext/standard/
H A Dlcg.c53 int32_t q; in php_combined_lcg()
54 int32_t z; in php_combined_lcg()
/PHP-8.1/ext/intl/collator/
H A Dcollator_is_numeric.h22 zend_uchar collator_is_numeric( UChar *str, int32_t length, zend_long *lval, double *dval, bool all…
H A Dcollator_convert.c42 int32_t new_val_len = 0; in collator_convert_hash_item_from_utf8_to_utf16()
180 int32_t ustr_len = 0; in collator_convert_zstr_utf8_to_utf16()
207 int32_t ustr_len = 0; in collator_convert_object_to_string()
/PHP-8.1/ext/date/lib/
H A Dtimelib_private.h131 int32_t offset;
142 int32_t offset;
H A Dtimelib.h44 typedef int int32_t; typedef
46 typedef long int int32_t; typedef
68 # ifndef int32_t
69 typedef __int32 int32_t; typedef
96 #define INT32_MIN ((int32_t)_I32_MIN)
121 typedef int32_t timelib_long;
244 int32_t offset;
H A Dparse_tz.c91 #define timelib_conv_int_signed(value) ((int32_t) timelib_conv_int_unsigned((int32_t) value))
236 *tzf += (sizeof(int32_t) * tz->_bit32.timecnt); in skip_32bit_transitions()
244 int32_t *leap_buffer; in read_64bit_types()
266 …tz->type[i].offset += (int32_t) (((uint32_t) buffer[j]) << 24) + (buffer[j + 1] << 16) + (buffer[j… in read_64bit_types()
282 leap_buffer = (int32_t *) timelib_malloc(tz->bit64.leapcnt * (sizeof(int64_t) + sizeof(int32_t))); in read_64bit_types()
286 memcpy(leap_buffer, *tzf, tz->bit64.leapcnt * (sizeof(int64_t) + sizeof(int32_t))); in read_64bit_types()
287 *tzf += tz->bit64.leapcnt * (sizeof(int64_t) + sizeof(int32_t)); in read_64bit_types()
344 *tzf += sizeof(int32_t) * tz->_bit32.leapcnt * 2; in skip_32bit_types()
377 static signed int find_ttinfo_index(timelib_tzinfo *tz, int32_t offset, int isdst, char *abbr) in find_ttinfo_index()
406 static signed int add_new_ttinfo_index(timelib_tzinfo *tz, int32_t offset, int isdst, char *abbr) in add_new_ttinfo_index()
[all …]
/PHP-8.1/ext/intl/msgformat/
H A Dmsgformat_helpers.h18 int32_t umsg_format_arg_count(UMessageFormat *fmt);
/PHP-8.1/ext/intl/idn/
H A Didn.c124 int32_t len; in php_intl_idn_to_46()
134 const int32_t buffer_capac = 255; in php_intl_idn_to_46()
144 const int32_t buffer_capac = 252*4; in php_intl_idn_to_46()
/PHP-8.1/ext/fileinfo/libmagic/
H A Dsoftmagic.c62 int32_t *);
580 private int32_t
831 return CAST(int32_t, t); in mprint()
836 int32_t *op) in moffset()
839 int32_t o; in moffset()
856 o = CAST(int32_t, (ms->offset + sizeof(int32_t))); in moffset()
928 o = CAST(int32_t, in moffset()
1213 p->l = CAST(int32_t, BE32(p)); in mconvert()
1233 p->l = CAST(int32_t, LE32(p)); in mconvert()
1248 p->l = CAST(int32_t, ME32(p)); in mconvert()
[all …]
/PHP-8.1/ext/intl/timezone/
H A Dtimezone_methods.cpp157 se = TimeZone::createEnumeration((int32_t) Z_LVAL_P(arg)); in PHP_FUNCTION()
215 int32_t result = TimeZone::countEquivalentIDs(id); in PHP_FUNCTION()
225 int32_t offset, in PHP_FUNCTION()
249 offset = (int32_t)offset_arg; in PHP_FUNCTION()
320 int32_t region_len = TimeZone::getRegion(id, outbuf, sizeof(outbuf), status); in PHP_FUNCTION()
365 const UnicodeString result = TimeZone::getEquivalentID(id, (int32_t)index); in PHP_FUNCTION()
417 int32_t rawOffset, in PHP_FUNCTION()
/PHP-8.1/Zend/
H A Dzend_long.h41 typedef int32_t zend_long;
43 typedef int32_t zend_off_t;
/PHP-8.1/ext/intl/spoofchecker/
H A Dspoofchecker_main.c71 …ret = uspoof_areConfusableUTF8(co->uspoof, s1, (int32_t)s1_len, s2, (int32_t)s2_len, SPOOFCHECKER_… in PHP_METHOD()
/PHP-8.1/sapi/fpm/fpm/
H A Dfpm_atomic.h23 typedef int32_t atomic_int_t;
82 typedef int32_t atomic_int_t;

Completed in 63 milliseconds

12345