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

/openjdk7/jdk/src/share/classes/sun/text/normalizer/
H A DRuleCharacterIterator.java104 * PARSE_VARIABLES) != 0, then an embedded variable will be expanded to
107 public static final int PARSE_VARIABLES = 1; field in class:RuleCharacterIterator
129 * then variables will not be deferenced, even if the PARSE_VARIABLES
158 * together: PARSE_VARIABLES, PARSE_ESCAPES, SKIP_WHITESPACE.
170 (options & PARSE_VARIABLES) != 0 && sym != null) {
278 * together: PARSE_VARIABLES, PARSE_ESCAPES, SKIP_WHITESPACE.
H A DUnicodeSet.java980 int opts = RuleCharacterIterator.PARSE_VARIABLES |

Completed in 49 milliseconds