Home
last modified time | relevance | path

Searched refs:TEXT_BASIC_SET_CHARS (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/xfa/src/fxbarcode/datamatrix/
DBC_DataMatrixDecodedBitStreamParser.h47 const static FX_CHAR TEXT_BASIC_SET_CHARS[]; variable
DBC_DataMatrixDecodedBitStreamParser.cpp34 const FX_CHAR CBC_DataMatrixDecodedBitStreamParser::TEXT_BASIC_SET_CHARS[] = { member in CBC_DataMatrixDecodedBitStreamParser
289 FX_CHAR textChar = TEXT_BASIC_SET_CHARS[cValue]; in DecodeTextSegment()