Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxbarcode/qrcode/
DBC_QRCoderEncoder.cpp45 const int8_t g_alphaNumericTable[] = { variable
654 return (code >= 0 && code < 96) ? g_alphaNumericTable[code] : -1; in GetAlphaNumericCode()