Home
last modified time | relevance | path

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

/third_party/node/deps/icu-small/source/common/
Duniset_props.cpp999 int32_t iterOpts) { in resemblesPropertyPattern() argument
1003 iterOpts &= ~RuleCharacterIterator::PARSE_ESCAPES; in resemblesPropertyPattern()
1006 UChar32 c = chars.next(iterOpts, literal, ec); in resemblesPropertyPattern()
1008 UChar32 d = chars.next(iterOpts & ~RuleCharacterIterator::SKIP_WHITESPACE, in resemblesPropertyPattern()
/third_party/icu/icu4c/source/common/
Duniset_props.cpp999 int32_t iterOpts) { in resemblesPropertyPattern() argument
1003 iterOpts &= ~RuleCharacterIterator::PARSE_ESCAPES; in resemblesPropertyPattern()
1006 UChar32 c = chars.next(iterOpts, literal, ec); in resemblesPropertyPattern()
1008 UChar32 d = chars.next(iterOpts & ~RuleCharacterIterator::SKIP_WHITESPACE, in resemblesPropertyPattern()
/third_party/flutter/skia/third_party/externals/icu/source/common/
Duniset_props.cpp1028 int32_t iterOpts) { in resemblesPropertyPattern() argument
1032 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()
/third_party/skia/third_party/externals/icu/source/common/
Duniset_props.cpp999 int32_t iterOpts) { in resemblesPropertyPattern() argument
1003 iterOpts &= ~RuleCharacterIterator::PARSE_ESCAPES; in resemblesPropertyPattern()
1006 UChar32 c = chars.next(iterOpts, literal, ec); in resemblesPropertyPattern()
1008 UChar32 d = chars.next(iterOpts & ~RuleCharacterIterator::SKIP_WHITESPACE, in resemblesPropertyPattern()
/third_party/icu/icu4c/source/common/unicode/
Duniset.h1603 int32_t iterOpts);
/third_party/flutter/skia/third_party/externals/icu/source/common/unicode/
Duniset.h1583 int32_t iterOpts);
/third_party/skia/third_party/externals/icu/source/common/unicode/
Duniset.h1603 int32_t iterOpts);
/third_party/node/deps/icu-small/source/common/unicode/
Duniset.h1634 int32_t iterOpts);
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DUnicodeSet.java3673 int iterOpts) { in resemblesPropertyPattern() argument
3675 iterOpts &= ~RuleCharacterIterator.PARSE_ESCAPES; in resemblesPropertyPattern()
3677 int c = chars.next(iterOpts); in resemblesPropertyPattern()
3679 int d = chars.next(iterOpts & ~RuleCharacterIterator.SKIP_WHITESPACE); in resemblesPropertyPattern()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DUnicodeSet.java3605 int iterOpts) { in resemblesPropertyPattern() argument
3607 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()