Searched refs:ISLATINWORD (Results 1 - 1 of 1) sorted by relevance

/external/pdfium/fpdfsdk/src/javascript/
H A DDocument.cpp1992 #define ISLATINWORD(u) (u != 0x20 && u <= 0x28FF) macro
2017 if (ISLATINWORD(unicode) && bIsLatin)
2020 bIsLatin = ISLATINWORD(unicode);
2052 if (ISLATINWORD(unicode) && bIsLatin)
2057 bIsLatin = ISLATINWORD(unicode);

Completed in 121 milliseconds