Home
last modified time | relevance | path

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

/aosp_15_r20/external/pdfium/fxbarcode/pdf417/
H A DBC_PDF417HighLevelEncoder_unittest.cpp58 static constexpr struct EncodeBinaryCase { in TEST() struct
59 const char* input; in TEST()
60 int offset; in TEST()
61 int count; in TEST()
62 CBC_PDF417HighLevelEncoder::EncodingMode startmode; in TEST()
63 const wchar_t* expected; in TEST()
64 int expected_length; in TEST()