Home | History | Annotate | Download | only in latin

Lines Matching refs:isSeparator

449     private static boolean isSeparator(int code, String sep) {
532 if (isStoppingAtWhitespace == isSeparator(codePoint, sep)) {
553 if (isSeparator(codePoint, sep)) {