Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/rsc.io/markdown/
Dinline.go727 (!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