Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/perl/dist/Unicode-Normalize/
H A DNormalize.xs662 else if (isExclusion(uv) || isSingleton(uv) || isNonStDecomp(uv)) {
732 if (isExclusion(uv) || isSingleton(uv) || isNonStDecomp(uv)) {
774 isSingleton(uv)
819 if (isExclusion(uv) || isSingleton(uv) || isNonStDecomp(uv))
/openbsd/gnu/llvm/llvm/include/llvm/ADT/
H A DSparseMultiSet.h151 bool isSingleton(const SMSNode &N) const { in isSingleton() function
490 if (isSingleton(N)) { in unlink()
H A DImmutableSet.h1051 bool isSingleton() const { return getHeight() == 1; }
1139 bool isSingleton() const { return getHeight() == 1; }
/openbsd/gnu/usr.bin/perl/dist/Unicode-Normalize/t/
H A Dproto.t63 ok(prototype \&isSingleton, '$');
H A Dfunc.t98 $r .= isSingleton($uv) ? 'S' : 's';
274 ok(isSingleton("08491"));