Home
last modified time | relevance | path

Searched refs:slength (Results 1 – 5 of 5) sorted by relevance

/PHP-5.5/ext/intl/formatter/
H A Dformatter_attr.c210 int slength = 0; in PHP_FUNCTION() local
231 intl_convert_utf8_to_utf16(&svalue, &slength, value, len, &INTL_DATA_ERROR_CODE(nfo)); in PHP_FUNCTION()
235 …unum_setTextAttribute(FORMATTER_OBJECT(nfo), attribute, svalue, slength, &INTL_DATA_ERROR_CODE(nfo… in PHP_FUNCTION()
304 int slength = 0; in PHP_FUNCTION() local
326 intl_convert_utf8_to_utf16(&svalue, &slength, value, value_len, &INTL_DATA_ERROR_CODE(nfo)); in PHP_FUNCTION()
330 unum_setSymbol(FORMATTER_OBJECT(nfo), symbol, svalue, slength, &INTL_DATA_ERROR_CODE(nfo)); in PHP_FUNCTION()
391 int slength = 0; in PHP_FUNCTION() local
408 intl_convert_utf8_to_utf16(&svalue, &slength, value, value_len, &INTL_DATA_ERROR_CODE(nfo)); in PHP_FUNCTION()
412 unum_applyPattern(FORMATTER_OBJECT(nfo), 0, svalue, slength, NULL, &INTL_DATA_ERROR_CODE(nfo)); in PHP_FUNCTION()
/PHP-5.5/ext/intl/dateformat/
H A Ddateformat_create.cpp58 int slength = 0; in datefmt_ctor() local
109 intl_convert_utf8_to_utf16(&svalue, &slength, in datefmt_ctor()
121 locale_str, NULL, 0, svalue, slength, in datefmt_ctor()
126 slength, &INTL_DATA_ERROR_CODE(dfo)); in datefmt_ctor()
H A Ddateformat_attr.c132 int slength = 0; in PHP_FUNCTION() local
151 intl_convert_utf8_to_utf16(&svalue, &slength, value, value_len, &INTL_DATA_ERROR_CODE(dfo)); in PHP_FUNCTION()
154 udat_applyPattern(DATE_FORMAT_OBJECT(dfo), (UBool)is_pattern_localized, svalue, slength); in PHP_FUNCTION()
/PHP-5.5/ext/standard/
H A Dimage.c206 int slength, status=0; in php_handle_swc() local
222 slength = php_stream_copy_to_mem(stream, &bufz, PHP_STREAM_COPY_ALL, 0); in php_handle_swc()
233 szlength=slength*(1<<factor++); in php_handle_swc()
235 status = uncompress(buf, &szlength, bufz, slength); in php_handle_swc()
/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_exec.c2794 int slength; in match() local
2795 if ((slength = match_ref(offset, eptr, length, md, caseless)) < 0) in match()
2797 if (slength == -2) eptr = md->end_subject; /* Partial match */ in match()
2801 eptr += slength; in match()
2815 int slength; in match() local
2819 if ((slength = match_ref(offset, eptr, length, md, caseless)) < 0) in match()
2821 if (slength == -2) eptr = md->end_subject; /* Partial match */ in match()
2825 eptr += slength; in match()
2837 int slength; in match() local
2843 if (slength == -2 && md->partial != 0 && in match()
[all …]

Completed in 27 milliseconds