Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/
Dcxfa_ffdoc.cpp64 uint8_t base64DecoderValue(uint8_t val) { in base64DecoderValue() function
76 dst.data2 = base64DecoderValue(static_cast<uint8_t>(src[0])); in Base64DecodePiece()
78 uint8_t b = base64DecoderValue(static_cast<uint8_t>(src[1])); in Base64DecodePiece()
83 b = base64DecoderValue(static_cast<uint8_t>(src[2])); in Base64DecodePiece()
88 dst.data5 = base64DecoderValue(static_cast<uint8_t>(src[3])); in Base64DecodePiece()