Lines Matching refs:svalue
181 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()
202 …unum_setTextAttribute(FORMATTER_OBJECT(nfo), attribute, svalue, slength, &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
279 intl_convert_utf8_to_utf16(&svalue, &slength, value, value_len, &INTL_DATA_ERROR_CODE(nfo)); in PHP_FUNCTION()
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
348 intl_convert_utf8_to_utf16(&svalue, &slength, value, value_len, &INTL_DATA_ERROR_CODE(nfo)); in PHP_FUNCTION()
351 …unum_applyPattern(FORMATTER_OBJECT(nfo), 0, svalue, slength, &spattern_error, &INTL_DATA_ERROR_COD… in PHP_FUNCTION()
352 if (svalue) { in PHP_FUNCTION()
353 efree(svalue); in PHP_FUNCTION()