Searched refs:hasBinaryPropertyImpl (Results 1 – 4 of 4) sorted by relevance
/third_party/node/deps/icu-small/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;
|
/third_party/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 UChar *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 UChar *s, int32_t length, UProperty which) const;
|