Lines Matching refs:append
88 buf.append(static_cast< sal_Unicode >(n)); in parsePart()
130 buf.append(static_cast< sal_Unicode >(encoded)); in parsePart()
132 buf.append(static_cast< sal_Unicode >( in parsePart()
134 buf.append(static_cast< sal_Unicode >( in parsePart()
142 buf.append(c); in parsePart()
319 newPath.append(encodeNameOrParamFragment(name)); in setName()
320 newPath.append(m_base.m_path.copy(i)); in setName()
354 newPath.append(m_base.m_path.copy(0, i)); in setParameter()
356 newPath.append(sal_Unicode(m_base.m_path.indexOf('?') < 0 ? '?' : '&')); in setParameter()
357 newPath.append(encodeNameOrParamFragment(key)); in setParameter()
358 newPath.append(sal_Unicode('=')); in setParameter()
360 newPath.append(encodeNameOrParamFragment(value)); in setParameter()
364 newPath.append(m_base.m_path.copy(i)); in setParameter()