Home | History | Annotate | Download | only in text

Lines Matching defs:BREAK_AND_IGNORE

1275         static final UnicodeSet BREAK_AND_IGNORE = new UnicodeSet(0x09, 0x0a, 0x0c, 0x0d, 0x20, 0x20).freeze();
1282 if (BREAK_AND_IGNORE.contains(ch)) {