Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fxbarcode/pdf417/
DBC_PDF417HighLevelEncoder_unittest.cpp62 struct EncodeNumericCase { in TEST() struct
63 const wchar_t* input; in TEST()
64 int offset; in TEST()
65 int count; in TEST()
66 const wchar_t* expected; in TEST()
67 int expected_length; in TEST()