Searched refs:hasBinaryPropertyImpl (Results 1 – 7 of 7) sorted by relevance
/external/cronet/tot/third_party/icu/source/common/ |
D | emojiprops.cpp | 128 return U_SUCCESS(errorCode) && ep->hasBinaryPropertyImpl(c, which); in hasBinaryProperty() 132 EmojiProps::hasBinaryPropertyImpl(UChar32 c, UProperty which) const { in hasBinaryPropertyImpl() function in EmojiProps 166 return U_SUCCESS(errorCode) && ep->hasBinaryPropertyImpl(s, length, which); in hasBinaryProperty() 170 EmojiProps::hasBinaryPropertyImpl(const char16_t *s, int32_t length, UProperty which) const { in hasBinaryPropertyImpl() function in EmojiProps
|
D | emojiprops.h | 80 UBool hasBinaryPropertyImpl(UChar32 c, UProperty which) const; 81 UBool hasBinaryPropertyImpl(const char16_t *s, int32_t length, UProperty which) const;
|
/external/cronet/stable/third_party/icu/source/common/ |
D | emojiprops.cpp | 128 return U_SUCCESS(errorCode) && ep->hasBinaryPropertyImpl(c, which); in hasBinaryProperty() 132 EmojiProps::hasBinaryPropertyImpl(UChar32 c, UProperty which) const { in hasBinaryPropertyImpl() function in EmojiProps 166 return U_SUCCESS(errorCode) && ep->hasBinaryPropertyImpl(s, length, which); in hasBinaryProperty() 170 EmojiProps::hasBinaryPropertyImpl(const char16_t *s, int32_t length, UProperty which) const { in hasBinaryPropertyImpl() function in EmojiProps
|
D | emojiprops.h | 80 UBool hasBinaryPropertyImpl(UChar32 c, UProperty which) const; 81 UBool hasBinaryPropertyImpl(const char16_t *s, int32_t length, UProperty which) const;
|
/external/icu/icu4c/source/common/ |
D | emojiprops.cpp | 128 return U_SUCCESS(errorCode) && ep->hasBinaryPropertyImpl(c, which); in hasBinaryProperty() 132 EmojiProps::hasBinaryPropertyImpl(UChar32 c, UProperty which) const { in hasBinaryPropertyImpl() function in EmojiProps 166 return U_SUCCESS(errorCode) && ep->hasBinaryPropertyImpl(s, length, which); in hasBinaryProperty() 170 EmojiProps::hasBinaryPropertyImpl(const char16_t *s, int32_t length, UProperty which) const { in hasBinaryPropertyImpl() function in EmojiProps
|
D | emojiprops.h | 80 UBool hasBinaryPropertyImpl(UChar32 c, UProperty which) const; 81 UBool hasBinaryPropertyImpl(const char16_t *s, int32_t length, UProperty which) const;
|
/external/icu/libicu/cts_headers/ |
D | emojiprops.h | 80 UBool hasBinaryPropertyImpl(UChar32 c, UProperty which) const; 81 UBool hasBinaryPropertyImpl(const char16_t *s, int32_t length, UProperty which) const;
|