Home
last modified time | relevance | path

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

/external/pdfium/fxbarcode/datamatrix/
DBC_HighLevelEncoder.cpp101 bool IsX12TermSep(wchar_t ch) { in IsX12TermSep() function
106 return IsX12TermSep(ch) || (ch == ' ') || (ch >= '0' && ch <= '9') || in IsNativeX12()
315 if (IsX12TermSep(tc)) in LookAheadTest()