Home | History | Annotate | Download | only in util

Lines Matching defs:isWordBreak

147       if (!isWordBreak(nextChar)) {
280 } while (!isWordBreak(nextChar));
493 if ((endChar == nextChar) || !isWordBreak(endChar)) {
541 private boolean isWordBreak(int index) {
600 * a different smiley, if {@link #isWordBreak} would not already
1417 if (p.isWordBreak(index)) {