Home
last modified time | relevance | path

Searched refs:iterOpts (Results 1 – 4 of 4) sorted by relevance

/external/chromium/third_party/icu/source/common/
Duniset_props.cpp1158 int32_t iterOpts) { in resemblesPropertyPattern() argument
1162 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()
/external/icu4c/common/
Duniset_props.cpp1223 int32_t iterOpts) { in resemblesPropertyPattern() argument
1227 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()
/external/chromium/third_party/icu/public/common/unicode/
Duniset.h1498 int32_t iterOpts);
/external/icu4c/common/unicode/
Duniset.h1527 int32_t iterOpts);