Lines Matching refs:attribute
35 zend_long attribute, value; in PHP_FUNCTION() local
40 &object, NumberFormatter_ce_ptr, &attribute ) == FAILURE ) in PHP_FUNCTION()
51 switch(attribute) { in PHP_FUNCTION()
71 value = unum_getAttribute(FORMATTER_OBJECT(nfo), attribute); in PHP_FUNCTION()
80 double value_double = unum_getDoubleAttribute(FORMATTER_OBJECT(nfo), attribute); in PHP_FUNCTION()
104 zend_long attribute; in PHP_FUNCTION() local
113 &object, NumberFormatter_ce_ptr, &attribute ) == FAILURE ) in PHP_FUNCTION()
124 …length = unum_getTextAttribute( FORMATTER_OBJECT(nfo), attribute, value, value_buf_size, &INTL_DAT… in PHP_FUNCTION()
129 …length = unum_getTextAttribute( FORMATTER_OBJECT(nfo), attribute, value, length, &INTL_DATA_ERROR_… in PHP_FUNCTION()
148 zend_long attribute; in PHP_FUNCTION() local
154 &object, NumberFormatter_ce_ptr, &attribute, &value ) == FAILURE) in PHP_FUNCTION()
165 switch(attribute) { in PHP_FUNCTION()
186 unum_setAttribute(FORMATTER_OBJECT(nfo), attribute, Z_LVAL_P(value)); in PHP_FUNCTION()
190 unum_setDoubleAttribute(FORMATTER_OBJECT(nfo), attribute, Z_DVAL_P(value)); in PHP_FUNCTION()
212 zend_long attribute; in PHP_FUNCTION() local
219 &object, NumberFormatter_ce_ptr, &attribute, &value, &len ) == FAILURE) in PHP_FUNCTION()
235 …unum_setTextAttribute(FORMATTER_OBJECT(nfo), attribute, svalue, slength, &INTL_DATA_ERROR_CODE(nfo… in PHP_FUNCTION()