Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfdoc/
Dctypeset.cpp71 bool IsPunctuation(uint32_t word) { in IsPunctuation() function
153 if (IsSpace(curWord) || IsPunctuation(curWord)) { in NeedDivision()
159 if (IsSpace(prevWord) || IsPunctuation(prevWord)) { in NeedDivision()
/external/icu/icu4c/source/test/testdata/
Dregextst.txt1380 "[\p{IsPunctuation}]" " <0>&</0>"
1381 "[\P{IsPunctuation}]" "&<0> </0>"