Searched refs:IsLatin (Results 1 - 1 of 1) sorted by relevance
/external/pdfium/core/src/fpdfdoc/ | ||
H A D | doc_vt.cpp | 431 static FX_BOOL IsLatin(FX_WORD word)
function 573 if ((IsLatin(prevWord) || IsDigit(prevWord)) && (IsLatin(curWord) || IsDigit(curWord))) { |
Completed in 109 milliseconds