Home
last modified time | relevance | path

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

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