Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfdoc/
Dctypeset.cpp69 bool IsPunctuation(uint32_t word) { in IsPunctuation() function
151 if (IsSpace(curWord) || IsPunctuation(curWord)) { in NeedDivision()
157 if (IsSpace(prevWord) || IsPunctuation(prevWord)) { in NeedDivision()