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

  /external/pdfium/xfa/fxbarcode/pdf417/
BC_PDF417HighLevelEncoder.h 42 static void encodeBinary(CFX_ArrayTemplate<uint8_t>* bytes,
BC_PDF417HighLevelEncoder.cpp 85 encodeBinary(&byteArr, p, byteArr.GetSize(), BYTE_COMPACTION, sb);
117 encodeBinary(&byteArr, p, 1, TEXT_COMPACTION, sb);
119 encodeBinary(&byteArr, p, b, encodingMode, sb);
264 void CBC_PDF417HighLevelEncoder::encodeBinary(CFX_ArrayTemplate<uint8_t>* bytes,
BC_PDF417HighLevelEncoder_unittest.cpp 18 TEST(PDF417HighLevelEncoder, EncodeBinary) {
54 CBC_PDF417HighLevelEncoder::encodeBinary(
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapbMessageSms.java 84 bodyFragments.add(encodeBinary(pdu.getData(),pdu.getScAddress()).getBytes("UTF-8"));
BluetoothMapbMessage.java     [all...]
  /external/zxing/core/
core.jar 

Completed in 434 milliseconds