Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfdoc/
Dctypeset.cpp33 bool IsLatin(uint16_t word) { in IsLatin() function
149 if ((IsLatin(prevWord) || IsDigit(prevWord)) && in NeedDivision()
150 (IsLatin(curWord) || IsDigit(curWord))) { in NeedDivision()