Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfdoc/
Dctypeset.cpp31 bool IsLatin(uint16_t word) { in IsLatin() function
147 if ((IsLatin(prevWord) || IsDigit(prevWord)) && in NeedDivision()
148 (IsLatin(curWord) || IsDigit(curWord))) { in NeedDivision()