Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxbarcode/qrcode/
DBC_QRCoderMode.h27 int32_t GetCharacterCountBits(CBC_QRCoderVersion* version, int32_t& e) const;
DBC_QRCoderMode.cpp115 int32_t CBC_QRCoderMode::GetCharacterCountBits(CBC_QRCoderVersion* version, in GetCharacterCountBits() function in CBC_QRCoderMode
DBC_QRCoderEncoder.cpp846 int32_t numBits = mode->GetCharacterCountBits(qcv, e); in AppendLengthInfo()