Home | History | Annotate | Download | only in page

Lines Matching refs:endsWithWordChar

401         bool endsWithWordChar = false;
404 endsWithWordChar = wordRegExp.match(label.substring(label.length() - 1, 1)) >= 0;
415 if (endsWithWordChar)