Searched refs:PARSE_ESCAPES (Results 1 – 7 of 7) sorted by relevance
85 public static final int PARSE_ESCAPES = 2; field in RuleCharacterIterator165 if (c == '\\' && (options & PARSE_ESCAPES) != 0) { in next()
84 public static final int PARSE_ESCAPES = 2; field in RuleCharacterIterator164 if (c == '\\' && (options & PARSE_ESCAPES) != 0) { in next()
83 enum { PARSE_ESCAPES = 2 }; enumerator
73 if (c == 0x5C /*'\\'*/ && (options & PARSE_ESCAPES) != 0) { in next()
307 RuleCharacterIterator::PARSE_ESCAPES; in applyPattern()1032 iterOpts &= ~RuleCharacterIterator::PARSE_ESCAPES; in resemblesPropertyPattern()
2490 RuleCharacterIterator.PARSE_ESCAPES; in applyPattern()3607 iterOpts &= ~RuleCharacterIterator.PARSE_ESCAPES; in resemblesPropertyPattern()
2560 RuleCharacterIterator.PARSE_ESCAPES; in applyPattern()3685 iterOpts &= ~RuleCharacterIterator.PARSE_ESCAPES; in resemblesPropertyPattern()