Searched refs:IsWord (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/CPANInternal-140/Text-WordDiff/lib/Text/
H A DWordDiff.pm15 ? qr/(?<!\p{IsWord})(?=\p{IsWord})/msx
241 newer: C<< /(?<!\p{IsWord})(?=\p{IsWord})/ >>. With either of these regular
286 my @tokens = split /(?<!\p{IsWord})(?=\p{IsWord})/msx, $string;
/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
229 newer: C<< /(?<!\p{IsWord})(?=\p{IsWord})/ >>. Adding some additional controls
283 my @tokens = split /(?<!\p{IsWord})(?=\p{IsWord})/msx, $string;
/macosx-10.9.5/ruby-104/ruby/enc/
H A Dmktable.c912 static int IsWord(int enc, int c) function
1131 if (IsWord (enc, c)) val |= BIT_CTYPE_WORD;

Completed in 73 milliseconds