Home | History | Annotate | Download | only in Utils

Lines Matching refs:StrSpn

881     // strspn(s, "") -> 0
882 // strspn("", s) -> 0
2072 static StrSpnOpt StrSpn;
2156 case LibFunc::strspn:
2157 return &StrSpn;