Searched refs:IsPunct (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/CPANInternal-140/Text-WordDiff-0.08/lib/Text/
H A DWordDiff.pm13 ? qr/(?:(?<!\p{IsWord})(?=\p{IsWord})|(?<!\p{IsPunct})(?=\p{IsPunct})|(?<!\p{IsCntrl})(?=\p{IsCntrl}))/msx
/macosx-10.9.5/ruby-104/ruby/enc/
H A Dmktable.c633 static int IsPunct(int enc, int c) function
1127 if (IsPunct (enc, c)) val |= BIT_CTYPE_PUNCT;

Completed in 101 milliseconds