OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BarcodeType
(Results
1 - 3
of
3
) sorted by null
/external/pdfium/xfa/fxfa/
cxfa_ffbarcode.cpp
25
{0x7fb4a18, L"ean13",
BarcodeType
::ean13, BC_EAN13},
26
{0x8d13a3d, L"code11",
BarcodeType
::code11, BC_UNKNOWN},
27
{0x8d149a8, L"code49",
BarcodeType
::code49, BC_UNKNOWN},
28
{0x8d16347, L"code93",
BarcodeType
::code93, BC_UNKNOWN},
29
{0x91a92e2, L"upsMaxicode",
BarcodeType
::upsMaxicode, BC_UNKNOWN},
30
{0xa7d48dc, L"fim",
BarcodeType
::fim, BC_UNKNOWN},
31
{0xb359fe9, L"msi",
BarcodeType
::msi, BC_UNKNOWN},
32
{0x121f738c, L"code2Of5Matrix",
BarcodeType
::code2Of5Matrix, BC_UNKNOWN},
33
{0x15358616, L"ucc128",
BarcodeType
::ucc128, BC_UNKNOWN},
34
{0x1f4bfa05, L"rfid",
BarcodeType
::rfid, BC_UNKNOWN}
[
all
...]
cxfa_ffbarcode_unittest.cpp
16
EXPECT_EQ(
BarcodeType
::ean13, data->eName);
20
EXPECT_EQ(
BarcodeType
::pdf417, data->eName);
24
EXPECT_EQ(
BarcodeType
::code3Of9, data->eName);
cxfa_ffbarcode.h
14
enum class
BarcodeType
{
82
BarcodeType
eName;
Completed in 74 milliseconds