Home | History | Annotate | Download | only in text

Lines Matching defs:substring

1092             names[i] = names[i].substring(1);
1125 return rsnames[ix].substring(1);
1285 * parseable substring. This function's behavior is affected by the lenient
1304 String workingText = text.substring(parsePosition.getIndex());
1687 result = description.substring(lpStart, lpEnd);
1758 ruleSetDescriptions[curRuleSet] = descBuf.substring(start, p + 1);
1918 result.append(description.substring(start));
1922 result.append(description.substring(start, p + 1));
2005 String ppClassName = postProcessRules.substring(0, ix).trim();