Home
last modified time | relevance | path

Searched defs:EncodeBinaryCase (Results 1 – 1 of 1) sorted by relevance

/external/pdfium/xfa/src/fxbarcode/pdf417/
DBC_PDF417HighLevelEncoder_unittest.cpp19 struct EncodeBinaryCase { in TEST() struct
20 const char* input; in TEST()
21 int offset; in TEST()
22 int count; in TEST()
23 int startmode; in TEST()
24 const wchar_t* expected; in TEST()
25 int expected_length; in TEST()