Home | History | Annotate | Download | only in Tools

Lines Matching refs:strcspn

206 		size_t n = strcspn(pszString, ",\t ");
228 size_t n = strcspn(pszString, ",\t ");
271 size_t n = strcspn(pszString, ",\t ");
286 size_t n = strcspn(pszString, "\t )");
1077 size_t strCount(strcspn(aszDelimiterStart, " "));
2308 if(strcspn(&str[idx], "0123456789") != 0)