Lines Matching refs:BYTES
61 ByteString bytes;
62 CBC_UtilCodingConvert::UnicodeToUTF8(wideMsg, bytes);
64 int32_t len = bytes.GetLength();
66 wchar_t ch = (wchar_t)(bytes[i] & 0xff);
67 if (ch == '?' && bytes[i] != '?') {
73 std::vector<uint8_t> byteArr(bytes.begin(), bytes.end());
80 } else if (compaction == BYTES) {
258 void CBC_PDF417HighLevelEncoder::encodeBinary(std::vector<uint8_t>* bytes,
275 t += (*bytes)[idx + i] & 0xff;
291 int32_t ch = (*bytes)[i] & 0xff;
385 std::vector<uint8_t>* bytes,
417 if ((*bytes)[idx] == 63 && ch != '?') {