USIZE             213 intl/dateformat/dateformat_attr.c 	int    length = USIZE( value_buf );
USIZE             231 intl/dateformat/dateformat_attr.c 	if(INTL_DATA_ERROR_CODE(dfo) == U_BUFFER_OVERFLOW_ERROR && length >= USIZE( value_buf )) {
USIZE             106 intl/formatter/formatter_attr.c 	int    value_buf_size = USIZE( value_buf );
USIZE             255 intl/formatter/formatter_attr.c 	int length = USIZE(value_buf);
USIZE             277 intl/formatter/formatter_attr.c 	if(INTL_DATA_ERROR_CODE(nfo) == U_BUFFER_OVERFLOW_ERROR && length >= USIZE( value_buf )) {
USIZE             348 intl/formatter/formatter_attr.c 	int    length = USIZE( value_buf );
USIZE             366 intl/formatter/formatter_attr.c 	if(INTL_DATA_ERROR_CODE(nfo) == U_BUFFER_OVERFLOW_ERROR && length >= USIZE( value_buf )) {
USIZE              39 intl/formatter/formatter_format.c 	int formatted_len = USIZE(format_buf);
USIZE             142 intl/formatter/formatter_format.c 	int        formatted_len = USIZE(format_buf);