Home
last modified time | relevance | path

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

/external/syzkaller/vendor/golang.org/x/text/unicode/norm/
Dcomposition.go223 if info.hasDecomposition() {
238 if info.hasDecomposition() {
Dforminfo.go125 func (p Properties) hasDecomposition() bool { return p.flags&0x4 != 0 } // == isNoD func