Home
last modified time | relevance | path

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

/trunk/main/framework/test/typecfg/
H A Dxml2xcd.cxx2258 static sal_Unicode const aModifiedBase64[64] in flush() local
2267 m_rBuffer.append(aModifiedBase64[m_nValue >> 18]); in flush()
2268 m_rBuffer.append(aModifiedBase64[m_nValue >> 12 & 63]); in flush()
2272 m_rBuffer.append(aModifiedBase64[m_nValue >> 18]); in flush()
2273 m_rBuffer.append(aModifiedBase64[m_nValue >> 12 & 63]); in flush()
2274 m_rBuffer.append(aModifiedBase64[m_nValue >> 6 & 63]); in flush()
2278 m_rBuffer.append(aModifiedBase64[m_nValue >> 18]); in flush()
2279 m_rBuffer.append(aModifiedBase64[m_nValue >> 12 & 63]); in flush()
2280 m_rBuffer.append(aModifiedBase64[m_nValue >> 6 & 63]); in flush()
2281 m_rBuffer.append(aModifiedBase64[m_nValue & 63]); in flush()

Completed in 80 milliseconds