Searched refs:ilen (Results 1 – 2 of 2) sorted by relevance
/PHP-7.3/ext/intl/resourcebundle/ |
H A D | resourcebundle.c | 33 int32_t ilen; in resourcebundle_extract_value() local 42 ufield = ures_getString( source->child, &ilen, &INTL_DATA_ERROR_CODE(source) ); in resourcebundle_extract_value() 44 INTL_METHOD_RETVAL_UTF8(source, (UChar *)ufield, ilen, 0); in resourcebundle_extract_value() 48 bfield = ures_getBinary( source->child, &ilen, &INTL_DATA_ERROR_CODE(source) ); in resourcebundle_extract_value() 50 ZVAL_STRINGL( return_value, (char *) bfield, ilen ); in resourcebundle_extract_value() 60 vfield = ures_getIntVector( source->child, &ilen, &INTL_DATA_ERROR_CODE(source) ); in resourcebundle_extract_value() 63 for (i=0; i<ilen; i++) { in resourcebundle_extract_value()
|
/PHP-7.3/main/streams/ |
H A D | memory.c | 640 size_t mlen, dlen, plen, vlen, ilen; in php_stream_url_wrap_rfc2397() local 740 ilen = ZSTR_LEN(base64_comma); in php_stream_url_wrap_rfc2397() 744 ilen = dlen; in php_stream_url_wrap_rfc2397() 749 php_stream_temp_write(stream, comma, ilen); in php_stream_url_wrap_rfc2397()
|
Completed in 6 milliseconds