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

  /external/syzkaller/vendor/golang.org/x/text/unicode/bidi/
prop.go 39 // IsOpeningBracket reports whether the rune is an opening bracket.
41 func (p Properties) IsOpeningBracket() bool { return p.entry&openMask != 0 }
  /external/libtextclassifier/utils/utf8/
unilib-javaicu.cc 251 bool UniLib::IsOpeningBracket(char32 codepoint) const {

Completed in 115 milliseconds