Home | History | Annotate | Download | only in page

Lines Matching full:endswithwordchar

348         bool endsWithWordChar = false;
351 endsWithWordChar = wordRegExp.match(label.substring(label.length() - 1, 1)) >= 0;
362 if (endsWithWordChar)