HomeSort by relevance Sort by last modified time
    Searched defs:IsPunct (Results 1 - 3 of 3) sorted by null

  /prebuilts/go/darwin-x86/src/unicode/
graphic.go 111 // IsPunct reports whether the rune is a Unicode punctuation character
113 func IsPunct(r rune) bool {
  /prebuilts/go/linux-x86/src/unicode/
graphic.go 111 // IsPunct reports whether the rune is a Unicode punctuation character
113 func IsPunct(r rune) bool {
  /external/protobuf/gtest/src/
gtest-port.cc 184 bool IsPunct(char ch) {
196 return (IsPunct(c) || IsInSet(c, "dDfnrsStvwW"));
216 return IsPunct(pattern_char) && pattern_char == ch;

Completed in 200 milliseconds