Home | History | Annotate | Download | only in plaintext

Lines Matching full:start_loc

1927       int start_loc;
1932 start_loc = match_main(text,
1934 if (start_loc != -1) {
1938 if (end_loc == -1 || start_loc >= end_loc) {
1940 start_loc = -1;
1944 start_loc = match_main(text, text1, expected_loc);
1946 if (start_loc == -1) {
1954 delta = start_loc - expected_loc;
1957 text2 = text.substring(start_loc,
1958 Math.min(start_loc + text1.length(), text.length()));
1960 text2 = text.substring(start_loc,
1965 text = text.substring(0, start_loc) + diff_text2(aPatch.diffs)
1966 + text.substring(start_loc + text1.length());
1984 text = text.substring(0, start_loc + index2) + aDiff.text
1985 + text.substring(start_loc + index2);
1988 text = text.substring(0, start_loc + index2)
1989 + text.substring(start_loc + diff_xIndex(diffs,