Searched refs:isUnicodePunct (Results 1 – 1 of 1) sorted by relevance
727 (!isUnicodePunct(after) || isUnicodeSpace(before) || isUnicodePunct(before))737 (!isUnicodePunct(before) || isUnicodeSpace(after) || isUnicodePunct(after))769 canOpen = leftFlank && (!rightFlank || isUnicodePunct(before))780 canClose = rightFlank && (!leftFlank || isUnicodePunct(after))793 func isUnicodePunct(r rune) bool { func