Home
last modified time | relevance | path

Searched refs:applyPropertyPattern (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4c/source/common/
Duniset_props.cpp584 nested->applyPropertyPattern(chars, patLocal, ec); in applyPattern()
1178 UnicodeSet& UnicodeSet::applyPropertyPattern(const UnicodeString& pattern, in applyPropertyPattern() function in UnicodeSet
1282 void UnicodeSet::applyPropertyPattern(RuleCharacterIterator& chars, in applyPropertyPattern() function in UnicodeSet
1289 applyPropertyPattern(pattern, pos, ec); in applyPropertyPattern()
/external/icu/icu4c/source/common/unicode/
Duniset.h1584 UnicodeSet& applyPropertyPattern(const UnicodeString& pattern,
1588 void applyPropertyPattern(RuleCharacterIterator& chars,
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DUnicodeSet.java2583 nested.applyPropertyPattern(chars, patBuf, symbols); in applyPattern()
3576 … private UnicodeSet applyPropertyPattern(String pattern, ParsePosition ppos, SymbolTable symbols) { in applyPropertyPattern() method
3670 private void applyPropertyPattern(RuleCharacterIterator chars, in applyPropertyPattern() method
3674 applyPropertyPattern(patStr, pos, symbols); in applyPropertyPattern()