Home
last modified time | relevance | path

Searched refs:lenRaw (Results 1 – 1 of 1) sorted by relevance

/aoo42x/main/jvmfwk/source/
H A Dfwkutil.cxx135 sal_Int32 lenRaw = rawData.getLength(); in encodeBase16() local
136 char* pBuf = new char[lenRaw * 2]; in encodeBase16()
140 for (int i = 0; i < lenRaw; i++) in encodeBase16()
155 rtl::ByteSequence ret((sal_Int8*) pBuf, lenRaw * 2); in encodeBase16()

Completed in 12 milliseconds