Home
last modified time | relevance | path

Searched defs:hasBinaryProperty (Results 1 – 11 of 11) sorted by relevance

/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/impl/
DEmojiProps.java139 public boolean hasBinaryProperty(int c, int which) { in hasBinaryProperty() method in EmojiProps
151 public boolean hasBinaryProperty(CharSequence s, int which) { in hasBinaryProperty() method in EmojiProps
DUCaseProps.java1591 public final boolean hasBinaryProperty(int c, int which) { in hasBinaryProperty() method in UCaseProps
DUCharacterProperty.java663 public boolean hasBinaryProperty(int c, int which) { in hasBinaryProperty() method in UCharacterProperty
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DEmojiProps.java143 public boolean hasBinaryProperty(int c, int which) { in hasBinaryProperty() method in EmojiProps
155 public boolean hasBinaryProperty(CharSequence s, int which) { in hasBinaryProperty() method in EmojiProps
DUCaseProps.java1596 public final boolean hasBinaryProperty(int c, int which) { in hasBinaryProperty() method in UCaseProps
DUCharacterProperty.java664 public boolean hasBinaryProperty(int c, int which) { in hasBinaryProperty() method in UCharacterProperty
/external/cronet/tot/third_party/icu/source/common/
Demojiprops.cpp125 EmojiProps::hasBinaryProperty(UChar32 c, UProperty which) { in hasBinaryProperty() function in EmojiProps
163 EmojiProps::hasBinaryProperty(const char16_t *s, int32_t length, UProperty which) { in hasBinaryProperty() function in EmojiProps
/external/cronet/stable/third_party/icu/source/common/
Demojiprops.cpp125 EmojiProps::hasBinaryProperty(UChar32 c, UProperty which) { in hasBinaryProperty() function in EmojiProps
163 EmojiProps::hasBinaryProperty(const char16_t *s, int32_t length, UProperty which) { in hasBinaryProperty() function in EmojiProps
/external/icu/icu4c/source/common/
Demojiprops.cpp125 EmojiProps::hasBinaryProperty(UChar32 c, UProperty which) { in hasBinaryProperty() function in EmojiProps
163 EmojiProps::hasBinaryProperty(const char16_t *s, int32_t length, UProperty which) { in hasBinaryProperty() function in EmojiProps
/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/lang/
DUCharacter.java6125 public static boolean hasBinaryProperty(int ch, int property) in hasBinaryProperty() method in UCharacter
6150 public static boolean hasBinaryProperty(CharSequence s, int property) { in hasBinaryProperty() method in UCharacter
/external/icu/android_icu4j/src/main/java/android/icu/lang/
DUCharacter.java5524 public static boolean hasBinaryProperty(int ch, int property) in hasBinaryProperty() method in UCharacter
5547 public static boolean hasBinaryProperty(CharSequence s, int property) { in hasBinaryProperty() method in UCharacter