Searched refs:lenRaw (Results 1 – 1 of 1) sorted by relevance
132 sal_Int32 lenRaw = rawData.getLength(); in encodeBase16() local133 char* pBuf = new char[lenRaw * 2]; in encodeBase16()137 for (int i = 0; i < lenRaw; i++) in encodeBase16()152 rtl::ByteSequence ret((sal_Int8*) pBuf, lenRaw * 2); in encodeBase16()