Lines Matching refs:append
185 aBuf.append(static_cast< char >(nChar)); in readUcs4()
223 aBuf.append(static_cast< char >(nWeight1 << 4 | nWeight2)); in readUcs4()
228 aBuf.append(static_cast< char >(*p++)); in readUcs4()
460 aBuffer.append(rBasePath.pBegin, p - rBasePath.pBegin); in joinPaths()
489 aBuffer.append(p, r - p); in joinPaths()
500 aBuffer.append(p, r - p); in joinPaths()
751 aBuffer.append(aBaseComponents.aScheme.pBegin, in rtl_uriConvertRelToAbs()
755 aBuffer.append(aRelComponents.aAuthority.pBegin, in rtl_uriConvertRelToAbs()
757 aBuffer.append(aRelComponents.aPath.pBegin, in rtl_uriConvertRelToAbs()
760 aBuffer.append(aRelComponents.aQuery.pBegin, in rtl_uriConvertRelToAbs()
766 aBuffer.append(aBaseComponents.aAuthority.pBegin, in rtl_uriConvertRelToAbs()
771 aBuffer.append(aBaseComponents.aPath.pBegin, in rtl_uriConvertRelToAbs()
774 aBuffer.append(aBaseComponents.aQuery.pBegin, in rtl_uriConvertRelToAbs()
780 aBuffer.append(aRelComponents.aPath.pBegin, in rtl_uriConvertRelToAbs()
783 aBuffer.append(joinPaths(aBaseComponents.aPath, in rtl_uriConvertRelToAbs()
786 aBuffer.append(aRelComponents.aQuery.pBegin, in rtl_uriConvertRelToAbs()
791 aBuffer.append(aRelComponents.aFragment.pBegin, in rtl_uriConvertRelToAbs()