Home
last modified time | relevance | path

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

/external/pdfium/fxbarcode/pdf417/
DBC_PDF417HighLevelEncoder_unittest.cpp60 struct EncodeNumericCase { in TEST() struct
61 const wchar_t* input; in TEST()
62 int offset; in TEST()
63 int count; in TEST()
64 const wchar_t* expected; in TEST()
65 int expected_length; in TEST()