Searched defs:PARSE_ESCAPES (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/text/normalizer/
H A DRuleCharacterIterator.java111 * PARSE_ESCAPES) != 0, then an embedded escape sequence will be expanded
114 public static final int PARSE_ESCAPES = 2; field in class:RuleCharacterIterator
158 * together: PARSE_VARIABLES, PARSE_ESCAPES, SKIP_WHITESPACE.
195 if (c == '\\' && (options & PARSE_ESCAPES) != 0) {
278 * together: PARSE_VARIABLES, PARSE_ESCAPES, SKIP_WHITESPACE.

Completed in 30 milliseconds