Home | History | Annotate | Download | only in jdiff

Lines Matching refs:textLen

977 	int textLen = text.length();
978 if (textLen == 0)
988 while (i < textLen && text.charAt(i) == ' ') {
991 if (text.charAt(i) == '@' && fromindex < textLen-1)