/third_party/node/deps/icu-small/source/common/ |
D | uniset_props.cpp | 407 nested->applyPropertyPattern(chars, patLocal, ec); in applyPattern() 1020 UnicodeSet& UnicodeSet::applyPropertyPattern(const UnicodeString& pattern, in applyPropertyPattern() function in UnicodeSet 1124 void UnicodeSet::applyPropertyPattern(RuleCharacterIterator& chars, in applyPropertyPattern() function in UnicodeSet 1131 applyPropertyPattern(pattern, pos, ec); in applyPropertyPattern()
|
/third_party/icu/icu4c/source/common/ |
D | uniset_props.cpp | 407 nested->applyPropertyPattern(chars, patLocal, ec); in applyPattern() 1020 UnicodeSet& UnicodeSet::applyPropertyPattern(const UnicodeString& pattern, in applyPropertyPattern() function in UnicodeSet 1124 void UnicodeSet::applyPropertyPattern(RuleCharacterIterator& chars, in applyPropertyPattern() function in UnicodeSet 1131 applyPropertyPattern(pattern, pos, ec); in applyPropertyPattern()
|
/third_party/flutter/skia/third_party/externals/icu/source/common/ |
D | uniset_props.cpp | 439 nested->applyPropertyPattern(chars, patLocal, ec); in applyPattern() 1049 UnicodeSet& UnicodeSet::applyPropertyPattern(const UnicodeString& pattern, in applyPropertyPattern() function in UnicodeSet 1153 void UnicodeSet::applyPropertyPattern(RuleCharacterIterator& chars, in applyPropertyPattern() function in UnicodeSet 1160 applyPropertyPattern(pattern, pos, ec); in applyPropertyPattern()
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | uniset_props.cpp | 407 nested->applyPropertyPattern(chars, patLocal, ec); in applyPattern() 1020 UnicodeSet& UnicodeSet::applyPropertyPattern(const UnicodeString& pattern, in applyPropertyPattern() function in UnicodeSet 1124 void UnicodeSet::applyPropertyPattern(RuleCharacterIterator& chars, in applyPropertyPattern() function in UnicodeSet 1131 applyPropertyPattern(pattern, pos, ec); in applyPropertyPattern()
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
D | uniset.h | 1644 UnicodeSet& applyPropertyPattern(const UnicodeString& pattern, 1648 void applyPropertyPattern(RuleCharacterIterator& chars,
|
/third_party/flutter/skia/third_party/externals/icu/source/common/unicode/ |
D | uniset.h | 1624 UnicodeSet& applyPropertyPattern(const UnicodeString& pattern, 1628 void applyPropertyPattern(RuleCharacterIterator& chars,
|
/third_party/icu/icu4c/source/common/unicode/ |
D | uniset.h | 1644 UnicodeSet& applyPropertyPattern(const UnicodeString& pattern, 1648 void applyPropertyPattern(RuleCharacterIterator& chars,
|
/third_party/node/deps/icu-small/source/common/unicode/ |
D | uniset.h | 1675 UnicodeSet& applyPropertyPattern(const UnicodeString& pattern, 1679 void applyPropertyPattern(RuleCharacterIterator& chars,
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | UnicodeSet.java | 2679 nested.applyPropertyPattern(chars, patBuf, symbols); in applyPattern() 3691 … private UnicodeSet applyPropertyPattern(String pattern, ParsePosition ppos, SymbolTable symbols) { in applyPropertyPattern() method 3785 private void applyPropertyPattern(RuleCharacterIterator chars, in applyPropertyPattern() method 3789 applyPropertyPattern(patStr, pos, symbols); in applyPropertyPattern()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
D | UnicodeSet.java | 2619 nested.applyPropertyPattern(chars, patBuf, symbols); in applyPattern() 3623 … private UnicodeSet applyPropertyPattern(String pattern, ParsePosition ppos, SymbolTable symbols) { in applyPropertyPattern() method 3717 private void applyPropertyPattern(RuleCharacterIterator chars, in applyPropertyPattern() method 3721 applyPropertyPattern(patStr, pos, symbols); in applyPropertyPattern()
|