Searched refs:splitResult (Results 1 – 2 of 2) sorted by relevance
/external/pdfium/xfa/fxbarcode/qrcode/ |
D | BC_QRCoderEncoder.cpp | 89 for (const auto& splitResult : splitResults) { in AppendDataModeLenghInfo() local 90 tempMode = splitResult.first; in AppendDataModeLenghInfo() 95 AppendLengthInfo(splitResult.second.GetLength(), qrCode->GetVersion(), in AppendDataModeLenghInfo() 99 AppendBytes(splitResult.second, tempMode, &headerAndDataBits, encoding, in AppendDataModeLenghInfo() 105 CBC_UtilCodingConvert::LocaleToUtf8(splitResult.second, bytes); in AppendDataModeLenghInfo() 120 AppendLengthInfo(splitResult.second.GetLength(), qrCode->GetVersion(), in AppendDataModeLenghInfo() 124 AppendBytes(splitResult.second, tempMode, &headerAndDataBits, encoding, in AppendDataModeLenghInfo() 132 AppendLengthInfo(splitResult.second.GetLength(), qrCode->GetVersion(), in AppendDataModeLenghInfo() 136 AppendBytes(splitResult.second, tempMode, &headerAndDataBits, encoding, in AppendDataModeLenghInfo() 353 std::vector<std::pair<CBC_QRCoderMode*, CFX_ByteString>> splitResult; in EncodeWithSpecifyVersion() local [all …]
|
D | BC_QRCoderEncoder.h | 132 splitResult,
|