Home
last modified time | relevance | path

Searched refs:svalue (Results 1 – 4 of 4) sorted by relevance

/PHP-7.4/ext/intl/formatter/
H A Dformatter_attr.c209 UChar *svalue = NULL; in PHP_FUNCTION() local
229 intl_convert_utf8_to_utf16(&svalue, &slength, value, len, &INTL_DATA_ERROR_CODE(nfo)); in PHP_FUNCTION()
234 if (svalue) { in PHP_FUNCTION()
235 efree(svalue); in PHP_FUNCTION()
301 UChar* svalue = 0; in PHP_FUNCTION() local
328 unum_setSymbol(FORMATTER_OBJECT(nfo), symbol, svalue, slength, &INTL_DATA_ERROR_CODE(nfo)); in PHP_FUNCTION()
329 if (svalue) { in PHP_FUNCTION()
330 efree(svalue); in PHP_FUNCTION()
390 UChar* svalue = NULL; in PHP_FUNCTION() local
411 if (svalue) { in PHP_FUNCTION()
[all …]
/PHP-7.4/ext/intl/dateformat/
H A Ddateformat_create.cpp65 UChar* svalue = NULL; /* UTF-16 pattern_str */ in datefmt_ctor() local
126 intl_convert_utf8_to_utf16(&svalue, &slength, in datefmt_ctor()
137 (UDateFormatStyle)date_type, locale_str, NULL, 0, svalue, in datefmt_ctor()
141 udat_applyPattern(DATE_FORMAT_OBJECT(dfo), true, svalue, slength); in datefmt_ctor()
173 if (svalue) { in datefmt_ctor()
174 efree(svalue); in datefmt_ctor()
H A Ddateformat_attr.c133 UChar* svalue = NULL; 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()
156 if (svalue) { in PHP_FUNCTION()
157 efree(svalue); in PHP_FUNCTION()
/PHP-7.4/ext/standard/
H A Durl_scanner_ex.re733 smart_str svalue = {0};
762 smart_str_appendl(&svalue, ZSTR_VAL(encoded), ZSTR_LEN(encoded)); zend_string_free(encoded);
769 smart_str_appendl(&svalue, value, value_len);
776 smart_str_append_smart_str(&url_state->url_app, &svalue);
785 smart_str_free(&svalue);

Completed in 9 milliseconds