Home
last modified time | relevance | path

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

/external/pdfium/fxbarcode/pdf417/
DBC_PDF417HighLevelEncoder_unittest.cpp102 static constexpr struct EncodeNumericCase { in TEST() struct
103 const wchar_t* input; in TEST()
104 int offset; in TEST()
105 int count; in TEST()
106 const wchar_t* expected; in TEST()
107 int expected_length; in TEST()