Searched refs:slength (Results 1 - 5 of 5) sorted by relevance
| /PHP_TRUNK/ext/intl/dateformat/ |
| H A D | dateformat_attr.c | 132 int slength = 0; local 151 intl_convert_utf8_to_utf16(&svalue, &slength, value, value_len, &INTL_DATA_ERROR_CODE(dfo)); 154 udat_applyPattern(DATE_FORMAT_OBJECT(dfo), (UBool)is_pattern_localized, svalue, slength); local
|
| H A D | dateformat_create.cpp | 58 int slength = 0; local 109 intl_convert_utf8_to_utf16(&svalue, &slength, 121 locale_str, NULL, 0, svalue, slength, 126 slength, &INTL_DATA_ERROR_CODE(dfo));
|
| /PHP_TRUNK/ext/intl/formatter/ |
| H A D | formatter_attr.c | 210 int slength = 0; local 231 intl_convert_utf8_to_utf16(&svalue, &slength, value, len, &INTL_DATA_ERROR_CODE(nfo)); 235 unum_setTextAttribute(FORMATTER_OBJECT(nfo), attribute, svalue, slength, &INTL_DATA_ERROR_CODE(nfo)); local 304 int slength = 0; local 326 intl_convert_utf8_to_utf16(&svalue, &slength, value, value_len, &INTL_DATA_ERROR_CODE(nfo)); 330 unum_setSymbol(FORMATTER_OBJECT(nfo), symbol, svalue, slength, &INTL_DATA_ERROR_CODE(nfo)); local 391 int slength = 0; local 408 intl_convert_utf8_to_utf16(&svalue, &slength, value, value_len, &INTL_DATA_ERROR_CODE(nfo)); 412 unum_applyPattern(FORMATTER_OBJECT(nfo), 0, svalue, slength, NULL, &INTL_DATA_ERROR_CODE(nfo)); local
|
| /PHP_TRUNK/ext/standard/ |
| H A D | image.c | 202 int slength, status=0; local 218 slength = php_stream_copy_to_mem(stream, &bufz, PHP_STREAM_COPY_ALL, 0); 229 szlength=slength*(1<<factor++); 231 status = uncompress(buf, &szlength, bufz, slength);
|
| /PHP_TRUNK/ext/pcre/pcrelib/ |
| H A D | pcre_exec.c | 2730 int slength; local 2731 if ((slength = match_ref(offset, eptr, length, md, caseless)) < 0) 2733 if (slength == -2) eptr = md->end_subject; /* Partial match */ 2737 eptr += slength; 2751 int slength; local 2755 if ((slength = match_ref(offset, eptr, length, md, caseless)) < 0) 2757 if (slength == -2) eptr = md->end_subject; /* Partial match */ 2761 eptr += slength; 2773 int slength; local 2774 if ((slength [all...] |
Completed in 11 milliseconds