Searched refs:resemblesPropertyPattern (Results 1 – 3 of 3) sorted by relevance
/external/icu/icu4c/source/common/ |
D | uniset_props.cpp | 400 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/ |
D | uniset.h | 1539 static UBool resemblesPropertyPattern(const UnicodeString& pattern, 1542 static UBool resemblesPropertyPattern(RuleCharacterIterator& chars,
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | UnicodeSet.java | 601 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
|