Home
last modified time | relevance | path

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

/external/pdfium/core/src/fpdfdoc/
Ddoc_vt.cpp478 static FX_BOOL IsPunctuation(FX_DWORD word) in IsPunctuation() function
574 } else if (IsSpace(curWord) || IsPunctuation(curWord)) { in NeedDivision()
578 } else if (IsSpace(prevWord) || IsPunctuation(prevWord)) { in NeedDivision()