Home | History | Annotate | Download | only in Utils

Lines Matching refs:StrCSpn

911     // strcspn("", s) -> 0
922 // strcspn(s, "") -> strlen(s)
2073 static StrCSpnOpt StrCSpn;
2158 case LibFunc::strcspn:
2159 return &StrCSpn;