Searched refs:iterOpts (Results 1 – 10 of 10) sorted by relevance
/third_party/node/deps/icu-small/source/common/ |
D | uniset_props.cpp | 999 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/ |
D | uniset_props.cpp | 999 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/ |
D | uniset_props.cpp | 1028 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/ |
D | uniset_props.cpp | 999 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/ |
D | uniset.h | 1603 int32_t iterOpts);
|
/third_party/flutter/skia/third_party/externals/icu/source/common/unicode/ |
D | uniset.h | 1583 int32_t iterOpts);
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
D | uniset.h | 1603 int32_t iterOpts);
|
/third_party/node/deps/icu-small/source/common/unicode/ |
D | uniset.h | 1634 int32_t iterOpts);
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | UnicodeSet.java | 3673 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/ |
D | UnicodeSet.java | 3605 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()
|