value_buf 88 ext/intl/dateformat/dateformat_attr.c UChar value_buf[64]; value_buf 89 ext/intl/dateformat/dateformat_attr.c int length = USIZE( value_buf ); value_buf 90 ext/intl/dateformat/dateformat_attr.c UChar* value = value_buf; value_buf 107 ext/intl/dateformat/dateformat_attr.c if(INTL_DATA_ERROR_CODE(dfo) == U_BUFFER_OVERFLOW_ERROR && length >= USIZE( value_buf )) { value_buf 114 ext/intl/dateformat/dateformat_attr.c value = value_buf; value_buf 119 ext/intl/dateformat/dateformat_attr.c INTL_METHOD_RETVAL_UTF8( dfo, value, length, ( value != value_buf ) ); value_buf 105 ext/intl/formatter/formatter_attr.c UChar value_buf[64]; value_buf 106 ext/intl/formatter/formatter_attr.c int32_t value_buf_size = USIZE( value_buf ); value_buf 107 ext/intl/formatter/formatter_attr.c UChar* value = value_buf; value_buf 132 ext/intl/formatter/formatter_attr.c value = value_buf; value_buf 137 ext/intl/formatter/formatter_attr.c INTL_METHOD_RETVAL_UTF8( nfo, value, length, ( value != value_buf ) ); value_buf 253 ext/intl/formatter/formatter_attr.c UChar value_buf[4]; value_buf 254 ext/intl/formatter/formatter_attr.c UChar *value = value_buf; value_buf 255 ext/intl/formatter/formatter_attr.c int32_t length = USIZE(value_buf); value_buf 276 ext/intl/formatter/formatter_attr.c length = unum_getSymbol(FORMATTER_OBJECT(nfo), symbol, value_buf, length, &INTL_DATA_ERROR_CODE(nfo)); value_buf 277 ext/intl/formatter/formatter_attr.c if(INTL_DATA_ERROR_CODE(nfo) == U_BUFFER_OVERFLOW_ERROR && length >= USIZE( value_buf )) { value_buf 284 ext/intl/formatter/formatter_attr.c value = value_buf; value_buf 289 ext/intl/formatter/formatter_attr.c INTL_METHOD_RETVAL_UTF8( nfo, value, length, ( value_buf != value ) ); value_buf 347 ext/intl/formatter/formatter_attr.c UChar value_buf[64]; value_buf 348 ext/intl/formatter/formatter_attr.c int32_t length = USIZE( value_buf ); value_buf 349 ext/intl/formatter/formatter_attr.c UChar* value = value_buf; value_buf 366 ext/intl/formatter/formatter_attr.c if(INTL_DATA_ERROR_CODE(nfo) == U_BUFFER_OVERFLOW_ERROR && length >= USIZE( value_buf )) { value_buf 373 ext/intl/formatter/formatter_attr.c value = value_buf; value_buf 378 ext/intl/formatter/formatter_attr.c INTL_METHOD_RETVAL_UTF8( nfo, value, length, ( value != value_buf ) );