HomeSort by relevance Sort by last modified time
    Searched refs:encodeBinary (Results 1 - 6 of 6) sorted by null

  /external/pdfium/fxbarcode/pdf417/
BC_PDF417HighLevelEncoder.h 43 static void encodeBinary(std::vector<uint8_t>* bytes,
BC_PDF417HighLevelEncoder.cpp 81 encodeBinary(&byteArr, p, byteArr.size(), BYTE_COMPACTION, sb);
113 encodeBinary(&byteArr, p, 1, TEXT_COMPACTION, sb);
115 encodeBinary(&byteArr, p, b, encodingMode, sb);
258 void CBC_PDF417HighLevelEncoder::encodeBinary(std::vector<uint8_t>* bytes,
BC_PDF417HighLevelEncoder_unittest.cpp 16 TEST(PDF417HighLevelEncoder, EncodeBinary) {
52 CBC_PDF417HighLevelEncoder::encodeBinary(
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapbMessageSms.java 112 encodeBinary(pdu.getData(), pdu.getScAddress()).getBytes("UTF-8"));
BluetoothMapbMessage.java     [all...]
  /external/zxing/core/
core.jar 

Completed in 266 milliseconds