Searched refs:resemblesPropertyPattern (Results 1 – 4 of 4) sorted by relevance
/external/icu/icu4c/source/common/ |
D | uniset_props.cpp | 244 resemblesPropertyPattern(pattern, pos); in resemblesPattern() 341 if (resemblesPropertyPattern(chars, opts)) { in applyPattern() 1008 UBool UnicodeSet::resemblesPropertyPattern(const UnicodeString& pattern, in resemblesPropertyPattern() function in UnicodeSet 1027 UBool UnicodeSet::resemblesPropertyPattern(RuleCharacterIterator& chars, in resemblesPropertyPattern() function in UnicodeSet
|
/external/icu/icu4c/source/common/unicode/ |
D | uniset.h | 1579 static UBool resemblesPropertyPattern(const UnicodeString& pattern, 1582 static UBool resemblesPropertyPattern(RuleCharacterIterator& chars,
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | UnicodeSet.java | 585 resemblesPropertyPattern(pattern, pos); in resemblesPattern() 2530 if (resemblesPropertyPattern(chars, opts)) { in applyPattern() 3584 private static boolean resemblesPropertyPattern(String pattern, int pos) { in resemblesPropertyPattern() method 3604 private static boolean resemblesPropertyPattern(RuleCharacterIterator chars, in resemblesPropertyPattern() method
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | UnicodeSet.java | 604 resemblesPropertyPattern(pattern, pos); in resemblesPattern() 2600 if (resemblesPropertyPattern(chars, opts)) { in applyPattern() 3662 private static boolean resemblesPropertyPattern(String pattern, int pos) { in resemblesPropertyPattern() method 3682 private static boolean resemblesPropertyPattern(RuleCharacterIterator chars, in resemblesPropertyPattern() method
|