Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxbarcode/oned/
DBC_OnedCodaBarWriter.cpp40 const FX_CHAR CONTENT_CHARS[] = {'0', '1', '2', '3', '4', '5', '6', '7', variable
89 for (size_t i = 0; i < FX_ArraySize(CONTENT_CHARS); ++i) { in FindChar()
90 if (ch == (FX_WCHAR)CONTENT_CHARS[i]) { in FindChar()
101 for (size_t i = 0; i < FX_ArraySize(CONTENT_CHARS); ++i) { in FindChar()
102 if (ch == (FX_WCHAR)CONTENT_CHARS[i]) { in FindChar()