Searched refs:IsPunctuation (Results 1 – 2 of 2) sorted by relevance
71 bool IsPunctuation(uint32_t word) { in IsPunctuation() function153 if (IsSpace(curWord) || IsPunctuation(curWord)) { in NeedDivision()159 if (IsSpace(prevWord) || IsPunctuation(prevWord)) { in NeedDivision()
1380 "[\p{IsPunctuation}]" " <0>&</0>"1381 "[\P{IsPunctuation}]" "&<0> </0>"