Searched refs:iterOpts (Results 1 – 4 of 4) sorted by relevance
1028 int32_t iterOpts) { in resemblesPropertyPattern() argument1032 iterOpts &= ~RuleCharacterIterator::PARSE_ESCAPES; in resemblesPropertyPattern()1035 UChar32 c = chars.next(iterOpts, literal, ec); in resemblesPropertyPattern()1037 UChar32 d = chars.next(iterOpts & ~RuleCharacterIterator::SKIP_WHITESPACE, in resemblesPropertyPattern()
1583 int32_t iterOpts);
3605 int iterOpts) { in resemblesPropertyPattern() argument3607 iterOpts &= ~RuleCharacterIterator.PARSE_ESCAPES; in resemblesPropertyPattern()3609 int c = chars.next(iterOpts); in resemblesPropertyPattern()3611 int d = chars.next(iterOpts & ~RuleCharacterIterator.SKIP_WHITESPACE); in resemblesPropertyPattern()
3683 int iterOpts) { in resemblesPropertyPattern() argument3685 iterOpts &= ~RuleCharacterIterator.PARSE_ESCAPES; in resemblesPropertyPattern()3687 int c = chars.next(iterOpts); in resemblesPropertyPattern()3689 int d = chars.next(iterOpts & ~RuleCharacterIterator.SKIP_WHITESPACE); in resemblesPropertyPattern()