Home
last modified time | relevance | path

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

123

/PHP-5.5/ext/intl/transliterator/
H A Dtransliterator_methods.c34 int32_t ustr_id_len = 0; in create_transliterator()
141 int32_t ustr_rules_len = 0; in PHP_FUNCTION()
246 int32_t elem_len; in PHP_FUNCTION()
305 int32_t ustr_len = 0, in PHP_FUNCTION()
412 int32_t temp_limit = ( limit == -1 ? ustr_len : (int32_t) limit ); in PHP_FUNCTION()
416 utrans_transUChars( to->utrans, uresult, &uresult_len, capacity, (int32_t) start, in PHP_FUNCTION()
H A Dtransliterator_class.c38 int32_t ustr_id_len; in transliterator_object_construct()
/PHP-5.5/ext/intl/
H A Dintl_convertcpp.h28 int intl_stringFromChar(UnicodeString &ret, char *str, int32_t str_len, UErrorCode *status);
/PHP-5.5/ext/intl/msgformat/
H A Dmsgformat_helpers.h20 int32_t umsg_format_arg_count(UMessageFormat *fmt);
/PHP-5.5/ext/zip/lib/
H A Dzipconf.h36 typedef int32_t zip_int32_t;
/PHP-5.5/sapi/fpm/fpm/
H A Dfpm_atomic.h29 typedef int32_t atomic_int_t;
88 typedef int32_t atomic_int_t;
/PHP-5.5/ext/intl/timezone/
H A Dtimezone_methods.cpp170 se = TimeZone::createEnumeration((int32_t) Z_LVAL_PP(arg)); in PHP_FUNCTION()
232 int32_t result = TimeZone::countEquivalentIDs(id); in PHP_FUNCTION()
243 int32_t offset, in PHP_FUNCTION()
277 offset = (int32_t)offset_arg; in PHP_FUNCTION()
355 int32_t region_len = TimeZone::getRegion(id, outbuf, sizeof(outbuf), status); in PHP_FUNCTION()
403 const UnicodeString result = TimeZone::getEquivalentID(id, (int32_t)index); in PHP_FUNCTION()
459 int32_t rawOffset, in PHP_FUNCTION()
H A Dtimezone_class.cpp316 int32_t rawOffset, dstOffset; in TimeZone_get_debug_info()
/PHP-5.5/ext/intl/breakiterator/
H A Dbreakiterator_iterators.cpp69 int32_t pos = biter->next(); in _breakiterator_move_forward()
81 int32_t pos = biter->first(); in _breakiterator_rewind()
155 int32_t cur, in _breakiterator_parts_move_forward()
176 int32_t slen = Z_STRLEN_P(bio->text), in _breakiterator_parts_move_forward()
/PHP-5.5/ext/fileinfo/libmagic/
H A Dcdf.h50 typedef int32_t cdf_secid_t;
90 typedef int32_t cdf_dirid_t;
175 int32_t _pi_s32;
H A Delfclass.h32 swap = (u.c[sizeof(int32_t) - 1] + 1) != elfhdr.e_ident[EI_DATA];
H A Dfile.h288 int32_t in_offset; /* offset from indirection */
366 int32_t off;
H A Dapprentice.c1294 v = (int32_t) v; in file_signextend()
1504 int32_t diff; in parse()
1531 diff = (int32_t)cont_level - (int32_t)m->cont_level; in parse()
1666 m->in_offset = (int32_t)strtol(l, &t, 0); in parse()
/PHP-5.5/ext/intl/formatter/
H A Dformatter_format.c78 formatted_len = unum_format(FORMATTER_OBJECT(nfo), (int32_t)Z_LVAL_PP(number), in PHP_FUNCTION()
83 formatted_len = unum_format(FORMATTER_OBJECT(nfo), (int32_t)Z_LVAL_PP(number), in PHP_FUNCTION()
/PHP-5.5/ext/date/lib/
H A Dtimelib.c126 tmp->trans = (int32_t *) malloc(tz->bit32.timecnt * sizeof(int32_t)); in timelib_tzinfo_clone()
128 memcpy(tmp->trans, tz->trans, tz->bit32.timecnt * sizeof(int32_t)); in timelib_tzinfo_clone()
H A Dtimelib.m467 TL_CHECK_INT_TYPE(int32_t)
/PHP-5.5/ext/intl/locale/
H A Dlocale_methods.c257 int32_t tag_value_len = 512; in get_icu_value_internal()
263 int32_t buflen = 512; in get_icu_value_internal()
476 int32_t disp_name_len = 0; in get_icu_disp_value_src_php()
480 int32_t buflen = 512; in get_icu_disp_value_src_php()
678 int32_t kw_key_len = 0; in PHP_FUNCTION()
690 int32_t kw_value_len = 100; in PHP_FUNCTION()
/PHP-5.5/ext/intl/resourcebundle/
H A Dresourcebundle_class.c164 int32_t meindex = 0; in resourcebundle_array_fetch()
287 int32_t len; in ZEND_END_ARG_INFO()
/PHP-5.5/ext/intl/converter/
H A Dconverter.c222 const char *codeUnits, int32_t length, in php_converter_to_u_callback()
312 const UChar *codeUnits, int32_t length, UChar32 codePoint, in php_converter_from_u_callback()
682 static zend_bool php_converter_do_convert(UConverter *dest_cnv, char **pdest, int32_t *pdest_len, in php_converter_do_convert()
683 UConverter *src_cnv, const char *src, int32_t src_len, in php_converter_do_convert()
687 int32_t dest_len, in php_converter_do_convert()
913 int32_t i, in PHP_METHOD()
/PHP-5.5/ext/mysqlnd/
H A Dconfig9.m453 …t8 int16 uint16 int32 uint32 uchar ulong int8_t uint8_t int16_t uint16_t int32_t uint32_t int64_t …
/PHP-5.5/Zend/
H A DZend.m492 dnl Check if int32_t and uint32_t are defined
93 LIBZEND_CHECK_INT_TYPE(int32_t)
H A Dzend_strtod.c125 typedef int int32_t; typedef
127 typedef long int int32_t; typedef
171 #define int32_t __int32 macro
176 #define Long int32_t
/PHP-5.5/ext/intl/common/
H A Dcommon_enum.cpp90 int32_t result_length; in string_enum_current_move_forward()
/PHP-5.5/ext/standard/
H A Dphp_crypt_r.c118 to64(char *s, int32_t v, int n) in to64()
/PHP-5.5/ext/intl/collator/
H A Dcollator_sort.c366int32_t sortKeyLen = 0; /* the length of currently processing… in PHP_FUNCTION()

Completed in 71 milliseconds

123