Searched refs:IsX12TermSep (Results 1 – 1 of 1) sorted by relevance
101 bool IsX12TermSep(wchar_t ch) { in IsX12TermSep() function106 return IsX12TermSep(ch) || (ch == ' ') || (ch >= '0' && ch <= '9') || in IsNativeX12()315 if (IsX12TermSep(tc)) in LookAheadTest()