Lines Matching refs:UProperty
140 static const UProperty
631 const USet *uset = u_getBinaryPropertySet((UProperty)prop, errorCode); in TestBinaryCharacterProperties()
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()
677 const UCPMap *map = u_getIntPropertyMap((UProperty)prop, errorCode); in TestIntCharacterProperties()
686 u_getIntPropertyValue(c, (UProperty)prop), value); in TestIntCharacterProperties()
690 u_getIntPropertyValue(end, (UProperty)prop), value); in TestIntCharacterProperties()
695 u_getIntPropertyValue(0x61, (UProperty)prop), ucpmap_get(map, 0x61)); in TestIntCharacterProperties()