Lines Matching refs:u_hasBinaryProperty
249 if(!u_hasBinaryProperty(start, derivedPropsIndex[i])) { in TestAdditionalProperties()
272 if(u_hasBinaryProperty(start, derivedPropsIndex[i])) { in TestAdditionalProperties()
530 assertFalse("space is not Emoji", u_hasBinaryProperty(0x20, UCHAR_EMOJI)); in TestEmojiProperties()
531 assertTrue("shooting star is Emoji", u_hasBinaryProperty(0x1F320, UCHAR_EMOJI)); in TestEmojiProperties()
537 u_hasBinaryProperty(0x1F320, UCHAR_EMOJI_PRESENTATION)); in TestEmojiProperties()
539 u_hasBinaryProperty(0x1F3FF, UCHAR_EMOJI_MODIFIER)); in TestEmojiProperties()
541 u_hasBinaryProperty(0x1F64B, UCHAR_EMOJI_MODIFIER_BASE)); in TestEmojiProperties()
543 u_hasBinaryProperty(0x2A, UCHAR_EMOJI_COMPONENT)); in TestEmojiProperties()
545 u_hasBinaryProperty(0xA9, UCHAR_EXTENDED_PICTOGRAPHIC)); in TestEmojiProperties()
639 u_hasBinaryProperty(0x20, (UProperty)prop)); in TestBinaryCharacterProperties()
641 u_hasBinaryProperty(0x61, (UProperty)prop)); in TestBinaryCharacterProperties()
643 u_hasBinaryProperty(0x4e00, (UProperty)prop)); in TestBinaryCharacterProperties()
650 u_hasBinaryProperty(c - 1, (UProperty)prop)); in TestBinaryCharacterProperties()
655 u_hasBinaryProperty(c, (UProperty)prop)); in TestBinaryCharacterProperties()
660 u_hasBinaryProperty(c, (UProperty)prop)); in TestBinaryCharacterProperties()
665 u_hasBinaryProperty(c + 1, (UProperty)prop)); in TestBinaryCharacterProperties()