Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Duniset_props.cpp400 resemblesPropertyPattern(pattern, pos); in resemblesPattern()
486 if (resemblesPropertyPattern(chars, opts)) { in applyPattern()
1137 UBool UnicodeSet::resemblesPropertyPattern(const UnicodeString& pattern, in resemblesPropertyPattern() function in UnicodeSet
1156 UBool UnicodeSet::resemblesPropertyPattern(RuleCharacterIterator& chars, in resemblesPropertyPattern() function in UnicodeSet
/external/icu/icu4c/source/common/unicode/
Duniset.h1539 static UBool resemblesPropertyPattern(const UnicodeString& pattern,
1542 static UBool resemblesPropertyPattern(RuleCharacterIterator& chars,
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DUnicodeSet.java601 resemblesPropertyPattern(pattern, pos); in resemblesPattern()
2495 if (resemblesPropertyPattern(chars, opts)) { in applyPattern()
3537 private static boolean resemblesPropertyPattern(String pattern, int pos) { in resemblesPropertyPattern() method
3557 private static boolean resemblesPropertyPattern(RuleCharacterIterator chars, in resemblesPropertyPattern() method