Home
last modified time | relevance | path

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

/AOO42X/main/sal/textenc/
H A Dtcvtutf7.c159 sal_uInt32 nBufferBits; in ImplUTF7ToUnicode() local
181 nBufferBits = 0; in ImplUTF7ToUnicode()
276 nBufferBits += 6; in ImplUTF7ToUnicode()
277 nBitBuffer |= ((sal_uInt32)(nBase64Value & 0x3F)) << (32-nBufferBits); in ImplUTF7ToUnicode()
283 while ( (pDestBuf < pEndDestBuf) && (nBufferBits >= 16) ) in ImplUTF7ToUnicode()
289 nBufferBits -= 16; in ImplUTF7ToUnicode()
293 if ( nBufferBits >= 16 ) in ImplUTF7ToUnicode()
303 if ( nBufferBits && nBitBuffer ) in ImplUTF7ToUnicode()
332 nBufferBits = 0; in ImplUTF7ToUnicode()
392 pContextData->mnBufferBits = nBufferBits; in ImplUTF7ToUnicode()
[all …]