Home
last modified time | relevance | path

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

/external/pdfium/fxbarcode/qrcode/
DBC_QRCoderMode.h25 int32_t GetCharacterCountBits(int32_t number, int32_t& e) const;
DBC_QRCoderMode.cpp114 int32_t CBC_QRCoderMode::GetCharacterCountBits(int32_t number, in GetCharacterCountBits() function in CBC_QRCoderMode
DBC_QRCoderEncoder.cpp175 int32_t numBits = mode->GetCharacterCountBits(qcv->GetVersionNumber(), e); in AppendLengthInfo()