Home | History | Annotate | Download | only in python2.7

Lines Matching full:substr

1237 /* Return 1 if substr matches str[start:end] at the given tail end, 0
1242 PyObject *substr, /* Prefix or Suffix string */
1248 /* Return the first position of substr in str[start:end] using the
1254 PyObject *substr, /* Substring to find */
1260 /* Count the number of occurrences of substr in str[start:end]. */
1264 PyObject *substr, /* Substring to count */
1269 /* Replace at most maxcount occurrences of substr in str with replstr
1274 PyObject *substr, /* Substring to find */