Searched refs:aBase64DecodeTable (Results 1 – 4 of 4) sorted by relevance
42 sal_uInt8 aBase64DecodeTable[] = variable163 sal_Int32 nBinaer ((aBase64DecodeTable [sString [0]] << 18) +164 (aBase64DecodeTable [sString [1]] << 12) +165 (aBase64DecodeTable [sString [2]] << 6) +166 (aBase64DecodeTable [sString [3]]));
42 const sal_uInt8 aBase64DecodeTable[] = variable166 sal_Int32 nBinaer ((aBase64DecodeTable [sString [0]] << 18) +167 (aBase64DecodeTable [sString [1]] << 12) +168 (aBase64DecodeTable [sString [2]] << 6) +169 (aBase64DecodeTable [sString [3]]));
1648 sal_uInt8 aBase64DecodeTable[] = variable1768 sal_uInt8 nByte = aBase64DecodeTable[cChar-'+']; in decodeBase64SomeChars()
1497 sal_uInt8 aBase64DecodeTable[] = variable1616 sal_uInt8 nByte = aBase64DecodeTable[cChar-'+']; in decodeBase64SomeChars()
Completed in 45 milliseconds