Searched refs:iterOpts (Results 1 – 4 of 4) sorted by relevance
1158 int32_t iterOpts) { in resemblesPropertyPattern() argument1162 iterOpts &= ~RuleCharacterIterator::PARSE_ESCAPES; in resemblesPropertyPattern()1165 UChar32 c = chars.next(iterOpts, literal, ec); in resemblesPropertyPattern()1167 UChar32 d = chars.next(iterOpts & ~RuleCharacterIterator::SKIP_WHITESPACE, in resemblesPropertyPattern()
1223 int32_t iterOpts) { in resemblesPropertyPattern() argument1227 iterOpts &= ~RuleCharacterIterator::PARSE_ESCAPES; in resemblesPropertyPattern()1230 UChar32 c = chars.next(iterOpts, literal, ec); in resemblesPropertyPattern()1232 UChar32 d = chars.next(iterOpts & ~RuleCharacterIterator::SKIP_WHITESPACE, in resemblesPropertyPattern()
1498 int32_t iterOpts);
1527 int32_t iterOpts);