Home
last modified time | relevance | path

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

/php-src/ext/intl/formatter/
H A Dformatter_attr.c181 UChar *svalue = NULL; in PHP_FUNCTION() local
198 intl_convert_utf8_to_utf16(&svalue, &slength, value, len, &INTL_DATA_ERROR_CODE(nfo)); in PHP_FUNCTION()
203 if (svalue) { in PHP_FUNCTION()
204 efree(svalue); in PHP_FUNCTION()
259 UChar* svalue = 0; in PHP_FUNCTION() local
283 unum_setSymbol(FORMATTER_OBJECT(nfo), symbol, svalue, slength, &INTL_DATA_ERROR_CODE(nfo)); in PHP_FUNCTION()
284 if (svalue) { in PHP_FUNCTION()
285 efree(svalue); in PHP_FUNCTION()
334 UChar* svalue = NULL; in PHP_FUNCTION() local
352 if (svalue) { in PHP_FUNCTION()
[all …]
/php-src/ext/intl/dateformat/
H A Ddateformat_attr.c108 UChar* svalue = NULL; in PHP_FUNCTION() local
124 intl_convert_utf8_to_utf16(&svalue, &slength, value, value_len, &INTL_DATA_ERROR_CODE(dfo)); in PHP_FUNCTION()
127 udat_applyPattern(DATE_FORMAT_OBJECT(dfo), (UBool)is_pattern_localized, svalue, slength); in PHP_FUNCTION()
129 if (svalue) { in PHP_FUNCTION()
130 efree(svalue); in PHP_FUNCTION()
H A Ddateformat_create.cpp67 UChar* svalue = NULL; /* UTF-16 pattern_str */ in datefmt_ctor() local
141 intl_convert_utf8_to_utf16(&svalue, &slength, in datefmt_ctor()
152 (UDateFormatStyle)date_type, locale_str, NULL, 0, svalue, in datefmt_ctor()
156 udat_applyPattern(DATE_FORMAT_OBJECT(dfo), true, svalue, slength); in datefmt_ctor()
188 if (svalue) { in datefmt_ctor()
189 efree(svalue); in datefmt_ctor()
/php-src/ext/standard/
H A Durl_scanner_ex.re736 smart_str svalue = {0};
767 smart_str_appendl(&svalue, ZSTR_VAL(encoded), ZSTR_LEN(encoded)); zend_string_free(encoded);
774 smart_str_appendl(&svalue, value, value_len);
781 smart_str_append_smart_str(&url_state->url_app, &svalue);
790 smart_str_free(&svalue);
/php-src/ext/opcache/jit/ir/dynasm/
H A Dminilua.c281 #define svalue(o)getstr(rawtsvalue(o)) macro
721 return svalue(L->top-1); in luaO_pushvfstring()
1822 weakkey=(strchr(svalue(mode),'k')!=NULL);
1823 weakvalue=(strchr(svalue(mode),'v')!=NULL);
4692 if(ttisstring(obj)&&luaO_str2d(svalue(obj),&num)){
4906 memcpy(buffer+tl,svalue(top-i),l);
5492 return svalue(o);

Completed in 25 milliseconds