Searched refs:SKIP_WHITESPACE (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/text/normalizer/
H A DRuleCharacterIterator.java118 * SKIP_WHITESPACE) != 0, then whitespace characters will be silently
122 public static final int SKIP_WHITESPACE = 4; field in class:RuleCharacterIterator
158 * together: PARSE_VARIABLES, PARSE_ESCAPES, SKIP_WHITESPACE.
190 if ((options & SKIP_WHITESPACE) != 0 &&
276 * Currently, this only has an effect for SKIP_WHITESPACE.
278 * together: PARSE_VARIABLES, PARSE_ESCAPES, SKIP_WHITESPACE.
281 if ((options & SKIP_WHITESPACE) != 0) {
H A DUnicodeSet.java983 opts |= RuleCharacterIterator.SKIP_WHITESPACE;
1732 int d = chars.next(iterOpts & ~RuleCharacterIterator.SKIP_WHITESPACE);

Completed in 45 milliseconds